#366BAF

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

Shades of Lochmara #366BAF

Tints of Lochmara #366BAF

Color information

#366BAF (or 0x366BAF) is unknown color: approx Lochmara. HEX triplet: 36, 6B and AF. RGB value is (54,107,175). Sum of RGB (Red+Green+Blue) = 54+107+175=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #366BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366BAF is #C99450. Grayscale: #626262. Windows color (decimal): -13210705 or 11496246. OLE color: 11496246.

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

Color convert

RGB54107175-
CMYK0.690.3900.31
HSL213.72º52.84%44.9%-
HSV(B)213.72º69.14%68.63%-
XYZ14.5214.3942.57-
YUV98.9170.9495.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.07%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 175 (68.75% from 255) = 52.08%
R=16.07%
G=31.85%
B=52.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal541071750.690.3900.31213.7252.8444.9
Hex366BAF452701Fd6352d
Octal66153257105470373266555
Binary110110110101110101111100010110011101111111010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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