#366BAB

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

Shades of Lochmara #366BAB

Tints of Lochmara #366BAB

Color information

#366BAB (or 0x366BAB) is unknown color: approx Lochmara. HEX triplet: 36, 6B and AB. RGB value is (54,107,171). Sum of RGB (Red+Green+Blue) = 54+107+171=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #366BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366BAB is #C99454. Grayscale: #626262. Windows color (decimal): -13210709 or 11234102. OLE color: 11234102.

HSL color Cylindrical-coordinate representation of color #366BAB: hue angle of 212.82º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #366BAB is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54107171-
CMYK0.680.3700.33
HSL212.82º52%44.12%-
HSV(B)212.82º68.42%67.06%-
XYZ14.1314.2440.53-
YUV98.45168.9496.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.27%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=16.27%
G=32.23%
B=51.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541071710.680.3700.33212.825244.12
Hex366BAB4425021d5342c
Octal66153253104450413256454
Binary1101101101011101010111000100100101010000111010101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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