#36709C

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

Shades of Lochmara #36709C

Tints of Lochmara #36709C

Color information

#36709C (or 0x36709C) is unknown color: approx Lochmara. HEX triplet: 36, 70 and 9C. RGB value is (54,112,156). Sum of RGB (Red+Green+Blue) = 54+112+156=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #36709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36709C is #C98F63. Grayscale: #636363. Windows color (decimal): -13209444 or 10252342. OLE color: 10252342.

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

Color convert

RGB54112156-
CMYK0.650.2800.39
HSL205.88º48.57%41.18%-
HSV(B)205.88º65.38%61.18%-
XYZ13.3214.7733.6-
YUV99.67159.7895.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 156 (61.33% from 255) = 48.45%
R=16.77%
G=34.78%
B=48.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541121560.650.2800.39205.8848.5741.18
Hex36709C411C027ce3129
Octal66160234101340473166151
Binary110110111000010011100100000111100010011111001110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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