#366EAF

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

Shades of Lochmara #366EAF

Tints of Lochmara #366EAF

Color information

#366EAF (or 0x366EAF) is unknown color: approx Lochmara. HEX triplet: 36, 6E and AF. RGB value is (54,110,175). Sum of RGB (Red+Green+Blue) = 54+110+175=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #366EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366EAF is #C99150. Grayscale: #646464. Windows color (decimal): -13209937 or 11497014. OLE color: 11497014.

HSL color Cylindrical-coordinate representation of color #366EAF: hue angle of 212.23º 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 #366EAF is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB54110175-
CMYK0.690.3700.31
HSL212.23º52.84%44.9%-
HSV(B)212.23º69.14%68.63%-
XYZ14.8415.0342.68-
YUV100.67169.9594.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.93%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=15.93%
G=32.45%
B=51.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal541101750.690.3700.31212.2352.8444.9
Hex366EAF452501Fd4352d
Octal66156257105450373246555
Binary110110110111010101111100010110010101111111010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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