#366CB3

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

Shades of Lochmara #366CB3

Tints of Lochmara #366CB3

Color information

#366CB3 (or 0x366CB3) is unknown color: approx Lochmara. HEX triplet: 36, 6C and B3. RGB value is (54,108,179). Sum of RGB (Red+Green+Blue) = 54+108+179=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #366CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CB3 is #C9934C. Grayscale: #636363. Windows color (decimal): -13210445 or 11758646. OLE color: 11758646.

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

Color convert

RGB54108179-
CMYK0.700.4000.30
HSL214.08º53.65%45.69%-
HSV(B)214.08º69.83%70.2%-
XYZ15.0214.7644.71-
YUV99.95172.6195.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 179 (70.31% from 255) = 52.49%
R=15.84%
G=31.67%
B=52.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal541081790.700.4000.30214.0853.6545.69
Hex366CB3462801Ed6362e
Octal66154263106500363266656
Binary110110110110010110011100011010100001111011010110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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