#366CAF

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

Shades of Lochmara #366CAF

Tints of Lochmara #366CAF

Color information

#366CAF (or 0x366CAF) is unknown color: approx Lochmara. HEX triplet: 36, 6C and AF. RGB value is (54,108,175). Sum of RGB (Red+Green+Blue) = 54+108+175=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #366CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366CAF is #C99350. Grayscale: #636363. Windows color (decimal): -13210449 or 11496502. OLE color: 11496502.

HSL color Cylindrical-coordinate representation of color #366CAF: hue angle of 213.22º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #366CAF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB54108175-
CMYK0.690.3800.31
HSL213.22º52.84%44.9%-
HSV(B)213.22º69.14%68.63%-
XYZ14.6214.642.61-
YUV99.49170.6195.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.02%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=16.02%
G=32.05%
B=51.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal541081750.690.3800.31213.2252.8444.9
Hex366CAF452601Fd5352d
Octal66154257105460373256555
Binary110110110110010101111100010110011001111111010101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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