#366CB6

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

Shades of Lochmara #366CB6

Tints of Lochmara #366CB6

Color information

#366CB6 (or 0x366CB6) is unknown color: approx Lochmara. HEX triplet: 36, 6C and B6. RGB value is (54,108,182). Sum of RGB (Red+Green+Blue) = 54+108+182=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #366CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CB6 is #C99349. Grayscale: #636363. Windows color (decimal): -13210442 or 11955254. OLE color: 11955254.

HSL color Cylindrical-coordinate representation of color #366CB6: hue angle of 214.69º 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 #366CB6 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB54108182-
CMYK0.700.4100.29
HSL214.69º54.24%46.27%-
HSV(B)214.69º70.33%71.37%-
XYZ15.3314.8946.32-
YUV100.29174.1194.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 182 (71.48% from 255) = 52.91%
R=15.70%
G=31.40%
B=52.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal541081820.700.4100.29214.6954.2446.27
Hex366CB6462901Dd7362e
Octal66154266106510353276656
Binary110110110110010110110100011010100101110111010111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,108,182); }

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

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

 a { background-color: rgb(54,108,182); }

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

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

 span { border-color: rgb(54,108,182); }

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