#366895

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

Shades of Lochmara #366895

Tints of Lochmara #366895

Color information

#366895 (or 0x366895) is unknown color: approx Lochmara. HEX triplet: 36, 68 and 95. RGB value is (54,104,149). Sum of RGB (Red+Green+Blue) = 54+104+149=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #366895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366895 is #C9976A. Grayscale: #5D5D5D. Windows color (decimal): -13211499 or 9791542. OLE color: 9791542.

HSL color Cylindrical-coordinate representation of color #366895: hue angle of 208.42º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366895 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54104149-
CMYK0.640.3000.42
HSL208.42º46.8%39.8%-
HSV(B)208.42º63.76%58.43%-
XYZ11.912.8530.29-
YUV94.18158.9499.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=17.59%
G=33.88%
B=48.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541041490.640.3000.42208.4246.839.8
Hex366895401E02Ad02f28
Octal66150225100360523205750
Binary110110110100010010101100000011110010101011010000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366895; }

 p { color: rgb(54,104,149); }

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

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

 a { background-color: rgb(54,104,149); }

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

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

 span { border-color: rgb(54,104,149); }

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