#36669C

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

Shades of Lochmara #36669C

Tints of Lochmara #36669C

Color information

#36669C (or 0x36669C) is unknown color: approx Lochmara. HEX triplet: 36, 66 and 9C. RGB value is (54,102,156). Sum of RGB (Red+Green+Blue) = 54+102+156=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #36669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36669C is #C99963. Grayscale: #5D5D5D. Windows color (decimal): -13212004 or 10249782. OLE color: 10249782.

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

Color convert

RGB54102156-
CMYK0.650.3500.39
HSL211.76º48.57%41.18%-
HSV(B)211.76º65.38%61.18%-
XYZ12.2712.6933.25-
YUV93.8163.199.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.31%
GREEN value IS 102 (40.23% from 255) = 32.69%
BLUE value IS 156 (61.33% from 255) = 50%
R=17.31%
G=32.69%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541021560.650.3500.39211.7648.5741.18
Hex36669C4123027d43129
Octal66146234101430473246151
Binary1101101100110100111001000001100011010011111010100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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