#366EB4

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

Shades of Lochmara #366EB4

Tints of Lochmara #366EB4

Color information

#366EB4 (or 0x366EB4) is unknown color: approx Lochmara. HEX triplet: 36, 6E and B4. RGB value is (54,110,180). Sum of RGB (Red+Green+Blue) = 54+110+180=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #366EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366EB4 is #C9914B. Grayscale: #646464. Windows color (decimal): -13209932 or 11824694. OLE color: 11824694.

HSL color Cylindrical-coordinate representation of color #366EB4: hue angle of 213.33º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #366EB4 is Cyan = 0.7, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB54110180-
CMYK0.70.3900.29
HSL213.33º53.85%45.88%-
HSV(B)213.33º70%70.59%-
XYZ15.3415.2345.31-
YUV101.24172.4594.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 180 (70.70% from 255) = 52.33%
R=15.70%
G=31.98%
B=52.33%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal541101800.70.3900.29213.3353.8545.88
Hex366EB4462701Dd5362e
Octal66156264106470353256656
Binary110110110111010110100100011010011101110111010101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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