#366DA8

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

Shades of Lochmara #366DA8

Tints of Lochmara #366DA8

Color information

#366DA8 (or 0x366DA8) is unknown color: approx Lochmara. HEX triplet: 36, 6D and A8. RGB value is (54,109,168). Sum of RGB (Red+Green+Blue) = 54+109+168=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 168 (66.02% from 255 or 50.76% from 331); Max value from RGB is 168 - color contains mainly: blue. Hex color #366DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366DA8 is #C99257. Grayscale: #626262. Windows color (decimal): -13210200 or 11038006. OLE color: 11038006.

HSL color Cylindrical-coordinate representation of color #366DA8: hue angle of 211.05º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #366DA8 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB54109168-
CMYK0.680.3500.34
HSL211.05º51.35%43.53%-
HSV(B)211.05º67.86%65.88%-
XYZ14.0614.5539.11-
YUV99.28166.7895.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 168 (66.02% from 255) = 50.76%
R=16.31%
G=32.93%
B=50.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal541091680.680.3500.34211.0551.3543.53
Hex366DA84423022d3332c
Octal66155250104430423236354
Binary1101101101101101010001000100100011010001011010011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,109,168); }

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

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

 a { background-color: rgb(54,109,168); }

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

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

 span { border-color: rgb(54,109,168); }

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