#2044D9

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

Shades of Persian Blue #2044D9

Tints of Persian Blue #2044D9

Color information

#2044D9 (or 0x2044D9) is unknown color: approx Persian Blue. HEX triplet: 20, 44 and D9. RGB value is (32,68,217). Sum of RGB (Red+Green+Blue) = 32+68+217=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 217 (85.16% from 255 or 68.45% from 317); Max value from RGB is 217 - color contains mainly: blue. Hex color #2044D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2044D9 is #DFBB26. Grayscale: #494949. Windows color (decimal): -14662439 or 14238752. OLE color: 14238752.

HSL color Cylindrical-coordinate representation of color #2044D9: hue angle of 228.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2044D9 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3268217-
CMYK0.850.6900.15
HSL228.32º74.3%48.82%-
HSV(B)228.32º85.25%85.1%-
XYZ15.199.4566.67-
YUV74.22208.5797.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.09%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 217 (85.16% from 255) = 68.45%
R=10.09%
G=21.45%
B=68.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal32682170.850.6900.15228.3274.348.82
Hex2044D955450Fe44a31
Octal4010433112510501734411261
Binary1000001000100110110011010101100010101111111001001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2044D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2044D9; }

 p { color: rgb(32,68,217); }

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

<style>
 a { background-color: #2044D9; }

 a { background-color: rgb(32,68,217); }

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

<style>
 span { border-color: #2044D9; }

 span { border-color: rgb(32,68,217); }

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