#36669B

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

Shades of Lochmara #36669B

Tints of Lochmara #36669B

Color information

#36669B (or 0x36669B) is unknown color: approx Lochmara. HEX triplet: 36, 66 and 9B. RGB value is (54,102,155). Sum of RGB (Red+Green+Blue) = 54+102+155=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #36669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36669B is #C99964. Grayscale: #5D5D5D. Windows color (decimal): -13212005 or 10184246. OLE color: 10184246.

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

Color convert

RGB54102155-
CMYK0.650.3400.39
HSL211.49º48.33%40.98%-
HSV(B)211.49º65.16%60.78%-
XYZ12.1912.6532.81-
YUV93.69162.699.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=17.36%
G=32.80%
B=49.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541021550.650.3400.39211.4948.3340.98
Hex36669B4122027d33029
Octal66146233101420473236051
Binary1101101100110100110111000001100010010011111010011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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