#36799E

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

Shades of Lochmara #36799E

Tints of Lochmara #36799E

Color information

#36799E (or 0x36799E) is unknown color: approx Lochmara. HEX triplet: 36, 79 and 9E. RGB value is (54,121,158). Sum of RGB (Red+Green+Blue) = 54+121+158=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #36799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36799E is #C98661. Grayscale: #686868. Windows color (decimal): -13207138 or 10385718. OLE color: 10385718.

HSL color Cylindrical-coordinate representation of color #36799E: hue angle of 201.35º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36799E is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54121158-
CMYK0.660.2300.38
HSL201.35º49.06%41.57%-
HSV(B)201.35º65.82%61.96%-
XYZ14.5316.9334.85-
YUV105.18157.891.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.22%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=16.22%
G=36.34%
B=47.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541211580.660.2300.38201.3549.0641.57
Hex36799E4217026c9312a
Octal66171236102270463116152
Binary110110111100110011110100001010111010011011001001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36799E; }

 p { color: rgb(54,121,158); }

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

<style>
 a { background-color: #36799E; }

 a { background-color: rgb(54,121,158); }

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

<style>
 span { border-color: #36799E; }

 span { border-color: rgb(54,121,158); }

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