#3375A8

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

Shades of Lochmara #3375A8

Tints of Lochmara #3375A8

Color information

#3375A8 (or 0x3375A8) is unknown color: approx Lochmara. HEX triplet: 33, 75 and A8. RGB value is (51,117,168). Sum of RGB (Red+Green+Blue) = 51+117+168=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 168 (66.02% from 255 or 50% from 336); Max value from RGB is 168 - color contains mainly: blue. Hex color #3375A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3375A8 is #CC8A57. Grayscale: #666666. Windows color (decimal): -13404760 or 11040051. OLE color: 11040051.

HSL color Cylindrical-coordinate representation of color #3375A8: hue angle of 206.15º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3375A8 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB51117168-
CMYK0.700.3000.34
HSL206.15º53.42%42.94%-
HSV(B)206.15º69.64%65.88%-
XYZ14.7916.2539.4-
YUV103.08164.6390.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.18%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 168 (66.02% from 255) = 50%
R=15.18%
G=34.82%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal511171680.700.3000.34206.1553.4242.94
Hex3375A8461E022ce352b
Octal63165250106360423166553
Binary110011111010110101000100011011110010001011001110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3375A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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