#36779C

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

Shades of Lochmara #36779C

Tints of Lochmara #36779C

Color information

#36779C (or 0x36779C) is unknown color: approx Lochmara. HEX triplet: 36, 77 and 9C. RGB value is (54,119,156). Sum of RGB (Red+Green+Blue) = 54+119+156=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #36779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36779C is #C98863. Grayscale: #676767. Windows color (decimal): -13207652 or 10254134. OLE color: 10254134.

HSL color Cylindrical-coordinate representation of color #36779C: hue angle of 201.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36779C is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54119156-
CMYK0.650.2400.39
HSL201.76º48.57%41.18%-
HSV(B)201.76º65.38%61.18%-
XYZ14.1216.3833.87-
YUV103.78157.4792.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=16.41%
G=36.17%
B=47.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541191560.650.2400.39201.7648.5741.18
Hex36779C4118027ca3129
Octal66167234101300473126151
Binary110110111011110011100100000111000010011111001010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36779C; }

 p { color: rgb(54,119,156); }

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

<style>
 a { background-color: #36779C; }

 a { background-color: rgb(54,119,156); }

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

<style>
 span { border-color: #36779C; }

 span { border-color: rgb(54,119,156); }

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