#36699C

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

Shades of Lochmara #36699C

Tints of Lochmara #36699C

Color information

#36699C (or 0x36699C) is unknown color: approx Lochmara. HEX triplet: 36, 69 and 9C. RGB value is (54,105,156). Sum of RGB (Red+Green+Blue) = 54+105+156=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #36699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36699C is #C99663. Grayscale: #5F5F5F. Windows color (decimal): -13211236 or 10250550. OLE color: 10250550.

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

Color convert

RGB54105156-
CMYK0.650.3300.39
HSL210º48.57%41.18%-
HSV(B)210º65.38%61.18%-
XYZ12.5713.2933.35-
YUV95.56162.198.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.14%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=17.14%
G=33.33%
B=49.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541051560.650.3300.3921048.5741.18
Hex36699C4121027d23129
Octal66151234101410473226151
Binary1101101101001100111001000001100001010011111010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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