#366692

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

Shades of Lochmara #366692

Tints of Lochmara #366692

Color information

#366692 (or 0x366692) is unknown color: approx Lochmara. HEX triplet: 36, 66 and 92. RGB value is (54,102,146). Sum of RGB (Red+Green+Blue) = 54+102+146=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #366692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366692 is #C9996D. Grayscale: #5C5C5C. Windows color (decimal): -13212014 or 9594422. OLE color: 9594422.

HSL color Cylindrical-coordinate representation of color #366692: hue angle of 208.7º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366692 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54102146-
CMYK0.630.3000.43
HSL208.7º46%39.22%-
HSV(B)208.7º63.01%57.25%-
XYZ11.4612.3628.98-
YUV92.66158.1100.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 146 (57.42% from 255) = 48.34%
R=17.88%
G=33.77%
B=48.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541021460.630.3000.43208.74639.22
Hex3666923F1E02Bd12e27
Octal6614622277360533215647
Binary11011011001101001001011111111110010101111010001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366692; }

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

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

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

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

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

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

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

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