#2040AB

Color #2040AB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2040AB

Tints of Persian Blue #2040AB

Color information

#2040AB (or 0x2040AB) is unknown color: approx Persian Blue. HEX triplet: 20, 40 and AB. RGB value is (32,64,171). Sum of RGB (Red+Green+Blue) = 32+64+171=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #2040AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2040AB is #DFBF54. Grayscale: #424242. Windows color (decimal): -14663509 or 11223072. OLE color: 11223072.

HSL color Cylindrical-coordinate representation of color #2040AB: hue angle of 226.19º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2040AB is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3264171-
CMYK0.810.6300.33
HSL226.19º68.47%39.8%-
HSV(B)226.19º81.29%67.06%-
XYZ9.786.9139.35-
YUV66.63186.9103.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 171 (67.19% from 255) = 64.04%
R=11.99%
G=23.97%
B=64.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32641710.810.6300.33226.1968.4739.8
Hex2040AB513F021e24428
Octal401002531217704134210450
Binary10000010000001010101110100011111110100001111000101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2040AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2040AB; }

 p { color: rgb(32,64,171); }

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

<style>
 a { background-color: #2040AB; }

 a { background-color: rgb(32,64,171); }

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

<style>
 span { border-color: #2040AB; }

 span { border-color: rgb(32,64,171); }

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