#205EA2

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

Shades of Lochmara #205EA2

Tints of Lochmara #205EA2

Color information

#205EA2 (or 0x205EA2) is unknown color: approx Lochmara. HEX triplet: 20, 5E and A2. RGB value is (32,94,162). Sum of RGB (Red+Green+Blue) = 32+94+162=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #205EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205EA2 is #DFA15D. Grayscale: #525252. Windows color (decimal): -14655838 or 10640928. OLE color: 10640928.

HSL color Cylindrical-coordinate representation of color #205EA2: hue angle of 211.38º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #205EA2 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3294162-
CMYK0.800.4200.36
HSL211.38º67.01%38.04%-
HSV(B)211.38º80.25%63.53%-
XYZ11.1210.9235.7-
YUV83.21172.4691.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.11%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 162 (63.67% from 255) = 56.25%
R=11.11%
G=32.64%
B=56.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32941620.800.4200.36211.3867.0138.04
Hex205EA2502A024d34326
Octal401362421205204432310346
Binary10000010111101010001010100001010100100100110100111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205EA2; }

 p { color: rgb(32,94,162); }

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

<style>
 a { background-color: #205EA2; }

 a { background-color: rgb(32,94,162); }

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

<style>
 span { border-color: #205EA2; }

 span { border-color: rgb(32,94,162); }

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