#36669D

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

Shades of Lochmara #36669D

Tints of Lochmara #36669D

Color information

#36669D (or 0x36669D) is unknown color: approx Lochmara. HEX triplet: 36, 66 and 9D. RGB value is (54,102,157). Sum of RGB (Red+Green+Blue) = 54+102+157=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #36669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36669D is #C99962. Grayscale: #5D5D5D. Windows color (decimal): -13212003 or 10315318. OLE color: 10315318.

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

Color convert

RGB54102157-
CMYK0.660.3500.38
HSL212.04º48.82%41.37%-
HSV(B)212.04º65.61%61.57%-
XYZ12.3612.7233.7-
YUV93.92163.699.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.25%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=17.25%
G=32.59%
B=50.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541021570.660.3500.38212.0448.8241.37
Hex36669D4223026d43129
Octal66146235102430463246151
Binary1101101100110100111011000010100011010011011010100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36669D; }

 p { color: rgb(54,102,157); }

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

<style>
 a { background-color: #36669D; }

 a { background-color: rgb(54,102,157); }

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

<style>
 span { border-color: #36669D; }

 span { border-color: rgb(54,102,157); }

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