#366BBA

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

Shades of Lochmara #366BBA

Tints of Lochmara #366BBA

Color information

#366BBA (or 0x366BBA) is unknown color: approx Lochmara. HEX triplet: 36, 6B and BA. RGB value is (54,107,186). Sum of RGB (Red+Green+Blue) = 54+107+186=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #366BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BBA is #C99445. Grayscale: #636363. Windows color (decimal): -13210694 or 12217142. OLE color: 12217142.

HSL color Cylindrical-coordinate representation of color #366BBA: hue angle of 215.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #366BBA is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB54107186-
CMYK0.710.4200.27
HSL215.91º55%47.06%-
HSV(B)215.91º70.97%72.94%-
XYZ15.6414.8448.5-
YUV100.16176.4495.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.56%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=15.56%
G=30.84%
B=53.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal541071860.710.4200.27215.915547.06
Hex366BBA472A01Bd8372f
Octal66153272107520333306757
Binary110110110101110111010100011110101001101111011000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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