#36789C

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

Shades of Lochmara #36789C

Tints of Lochmara #36789C

Color information

#36789C (or 0x36789C) is unknown color: approx Lochmara. HEX triplet: 36, 78 and 9C. RGB value is (54,120,156). Sum of RGB (Red+Green+Blue) = 54+120+156=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #36789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36789C is #C98763. Grayscale: #686868. Windows color (decimal): -13207396 or 10254390. OLE color: 10254390.

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

Color convert

RGB54120156-
CMYK0.650.2300.39
HSL201.18º48.57%41.18%-
HSV(B)201.18º65.38%61.18%-
XYZ14.2416.6233.91-
YUV104.37157.1392.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=16.36%
G=36.36%
B=47.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541201560.650.2300.39201.1848.5741.18
Hex36789C4117027c93129
Octal66170234101270473116151
Binary110110111100010011100100000110111010011111001001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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