#366FAA

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

Shades of Lochmara #366FAA

Tints of Lochmara #366FAA

Color information

#366FAA (or 0x366FAA) is unknown color: approx Lochmara. HEX triplet: 36, 6F and AA. RGB value is (54,111,170). Sum of RGB (Red+Green+Blue) = 54+111+170=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #366FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366FAA is #C99055. Grayscale: #646464. Windows color (decimal): -13209686 or 11169590. OLE color: 11169590.

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

Color convert

RGB54111170-
CMYK0.680.3500.33
HSL210.52º51.79%43.92%-
HSV(B)210.52º68.24%66.67%-
XYZ14.4615.0640.17-
YUV100.68167.1294.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=16.12%
G=33.13%
B=50.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541111700.680.3500.33210.5251.7943.92
Hex366FAA4423021d3342c
Octal66157252104430413236454
Binary1101101101111101010101000100100011010000111010011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,111,170); }

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

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

 a { background-color: rgb(54,111,170); }

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

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

 span { border-color: rgb(54,111,170); }

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