#3375A7

Color #3375A7 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3375A7

Tints of Lochmara #3375A7

Color information

#3375A7 (or 0x3375A7) is unknown color: approx Lochmara. HEX triplet: 33, 75 and A7. RGB value is (51,117,167). Sum of RGB (Red+Green+Blue) = 51+117+167=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #3375A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3375A7 is #CC8A58. Grayscale: #666666. Windows color (decimal): -13404761 or 10974515. OLE color: 10974515.

HSL color Cylindrical-coordinate representation of color #3375A7: hue angle of 205.86º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3375A7 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB51117167-
CMYK0.690.3000.35
HSL205.86º53.21%42.75%-
HSV(B)205.86º69.46%65.49%-
XYZ14.716.2238.91-
YUV102.97164.1390.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 167 (65.62% from 255) = 49.85%
R=15.22%
G=34.93%
B=49.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511171670.690.3000.35205.8653.2142.75
Hex3375A7451E023ce352b
Octal63165247105360433166553
Binary110011111010110100111100010111110010001111001110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3375A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3375A7; }

 p { color: rgb(51,117,167); }

 H1.HeaderClassName
 {
   color: #3375A7;
 }
 .AnyTagClassName
 {
   color: #3375A7;
 }
</style>
background-color css

<style>
 a { background-color: #3375A7; }

 a { background-color: rgb(51,117,167); }

 div.DivClassName
 {
   background-color: #3375A7;
 }
 .BgClassName
 {
   background-color: #3375A7;
 }
</style>
border-color css

<style>
 span { border-color: #3375A7; }

 span { border-color: rgb(51,117,167); }

 td.TdClassName
 {
   border-color: #3375A7;
 }
 .TagClassName
 {
   border-color: #3375A7;
 }
</style>