#366CA2

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

Shades of Lochmara #366CA2

Tints of Lochmara #366CA2

Color information

#366CA2 (or 0x366CA2) is unknown color: approx Lochmara. HEX triplet: 36, 6C and A2. RGB value is (54,108,162). Sum of RGB (Red+Green+Blue) = 54+108+162=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #366CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366CA2 is #C9935D. Grayscale: #616161. Windows color (decimal): -13210462 or 10644534. OLE color: 10644534.

HSL color Cylindrical-coordinate representation of color #366CA2: hue angle of 210º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #366CA2 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB54108162-
CMYK0.670.3300.36
HSL210º50%42.35%-
HSV(B)210º66.67%63.53%-
XYZ13.4114.1236.2-
YUV98.01164.1196.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 162 (63.67% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541081620.670.3300.362105042.35
Hex366CA24321024d2322a
Octal66154242103410443226252
Binary1101101101100101000101000011100001010010011010010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366CA2; }

 p { color: rgb(54,108,162); }

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

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

 a { background-color: rgb(54,108,162); }

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

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

 span { border-color: rgb(54,108,162); }

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