#32779E

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

Shades of Lochmara #32779E

Tints of Lochmara #32779E

Color information

#32779E (or 0x32779E) is unknown color: approx Lochmara. HEX triplet: 32, 77 and 9E. RGB value is (50,119,158). Sum of RGB (Red+Green+Blue) = 50+119+158=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #32779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32779E is #CD8861. Grayscale: #666666. Windows color (decimal): -13469794 or 10385202. OLE color: 10385202.

HSL color Cylindrical-coordinate representation of color #32779E: hue angle of 201.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32779E is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50119158-
CMYK0.680.2500.38
HSL201.67º51.92%40.78%-
HSV(B)201.67º68.35%61.96%-
XYZ14.0816.3434.76-
YUV102.82159.1490.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=15.29%
G=36.39%
B=48.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501191580.680.2500.38201.6751.9240.78
Hex32779E4419026ca3429
Octal62167236104310463126451
Binary110010111011110011110100010011001010011011001010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32779E; }

 p { color: rgb(50,119,158); }

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

<style>
 a { background-color: #32779E; }

 a { background-color: rgb(50,119,158); }

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

<style>
 span { border-color: #32779E; }

 span { border-color: rgb(50,119,158); }

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