#36649C

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

Shades of Lochmara #36649C

Tints of Lochmara #36649C

Color information

#36649C (or 0x36649C) is unknown color: approx Lochmara. HEX triplet: 36, 64 and 9C. RGB value is (54,100,156). Sum of RGB (Red+Green+Blue) = 54+100+156=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #36649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36649C is #C99B63. Grayscale: #5C5C5C. Windows color (decimal): -13212516 or 10249270. OLE color: 10249270.

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

Color convert

RGB54100156-
CMYK0.650.3600.39
HSL212.94º48.57%41.18%-
HSV(B)212.94º65.38%61.18%-
XYZ12.0812.333.19-
YUV92.63163.76100.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.42%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 156 (61.33% from 255) = 50.32%
R=17.42%
G=32.26%
B=50.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541001560.650.3600.39212.9448.5741.18
Hex36649C4124027d53129
Octal66144234101440473256151
Binary1101101100100100111001000001100100010011111010101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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