#36659E

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

Shades of Lochmara #36659E

Tints of Lochmara #36659E

Color information

#36659E (or 0x36659E) is unknown color: approx Lochmara. HEX triplet: 36, 65 and 9E. RGB value is (54,101,158). Sum of RGB (Red+Green+Blue) = 54+101+158=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #36659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36659E is #C99A61. Grayscale: #5D5D5D. Windows color (decimal): -13212258 or 10380598. OLE color: 10380598.

HSL color Cylindrical-coordinate representation of color #36659E: hue angle of 212.88º 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 #36659E is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54101158-
CMYK0.660.3600.38
HSL212.88º49.06%41.57%-
HSV(B)212.88º65.82%61.96%-
XYZ12.3512.5634.12-
YUV93.44164.4399.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.25%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=17.25%
G=32.27%
B=50.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541011580.660.3600.38212.8849.0641.57
Hex36659E4224026d5312a
Octal66145236102440463256152
Binary1101101100101100111101000010100100010011011010101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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