#36769C

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

Shades of Lochmara #36769C

Tints of Lochmara #36769C

Color information

#36769C (or 0x36769C) is unknown color: approx Lochmara. HEX triplet: 36, 76 and 9C. RGB value is (54,118,156). Sum of RGB (Red+Green+Blue) = 54+118+156=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #36769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36769C is #C98963. Grayscale: #666666. Windows color (decimal): -13207908 or 10253878. OLE color: 10253878.

HSL color Cylindrical-coordinate representation of color #36769C: hue angle of 202.35º 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 #36769C is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54118156-
CMYK0.650.2400.39
HSL202.35º48.57%41.18%-
HSV(B)202.35º65.38%61.18%-
XYZ1416.1433.83-
YUV103.2157.892.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.46%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=16.46%
G=35.98%
B=47.56%

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
Decimal541181560.650.2400.39202.3548.5741.18
Hex36769C4118027ca3129
Octal66166234101300473126151
Binary110110111011010011100100000111000010011111001010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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