#36729C

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

Shades of Lochmara #36729C

Tints of Lochmara #36729C

Color information

#36729C (or 0x36729C) is unknown color: approx Lochmara. HEX triplet: 36, 72 and 9C. RGB value is (54,114,156). Sum of RGB (Red+Green+Blue) = 54+114+156=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #36729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36729C is #C98D63. Grayscale: #646464. Windows color (decimal): -13208932 or 10252854. OLE color: 10252854.

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

Color convert

RGB54114156-
CMYK0.650.2700.39
HSL204.71º48.57%41.18%-
HSV(B)204.71º65.38%61.18%-
XYZ13.5415.2233.68-
YUV100.85159.1294.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=16.67%
G=35.19%
B=48.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541141560.650.2700.39204.7148.5741.18
Hex36729C411B027cd3129
Octal66162234101330473156151
Binary110110111001010011100100000111011010011111001101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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