#366FAF

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

Shades of Lochmara #366FAF

Tints of Lochmara #366FAF

Color information

#366FAF (or 0x366FAF) is unknown color: approx Lochmara. HEX triplet: 36, 6F and AF. RGB value is (54,111,175). Sum of RGB (Red+Green+Blue) = 54+111+175=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #366FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366FAF is #C99050. Grayscale: #646464. Windows color (decimal): -13209681 or 11497270. OLE color: 11497270.

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

Color convert

RGB54111175-
CMYK0.690.3700.31
HSL211.74º52.84%44.9%-
HSV(B)211.74º69.14%68.63%-
XYZ14.9415.2542.71-
YUV101.25169.6294.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.88%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=15.88%
G=32.65%
B=51.47%

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
Decimal541111750.690.3700.31211.7452.8444.9
Hex366FAF452501Fd4352d
Octal66157257105450373246555
Binary110110110111110101111100010110010101111111010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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