#2028B2

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

Shades of Persian Blue #2028B2

Tints of Persian Blue #2028B2

Color information

#2028B2 (or 0x2028B2) is unknown color: approx Persian Blue. HEX triplet: 20, 28 and B2. RGB value is (32,40,178). Sum of RGB (Red+Green+Blue) = 32+40+178=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 178 (69.92% from 255 or 71.2% from 250); Max value from RGB is 178 - color contains mainly: blue. Hex color #2028B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2028B2 is #DFD74D. Grayscale: #343434. Windows color (decimal): -14669646 or 11675680. OLE color: 11675680.

HSL color Cylindrical-coordinate representation of color #2028B2: hue angle of 236.71º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2028B2 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3240178-
CMYK0.820.7800.30
HSL236.71º69.52%41.18%-
HSV(B)236.71º82.02%69.8%-
XYZ9.395.0442.6-
YUV53.34198.35112.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 178 (69.92% from 255) = 71.2%
R=12.8%
G=16%
B=71.2%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32401780.820.7800.30236.7169.5241.18
Hex2028B2524E01Eed4629
Octal405026212211603635510651
Binary1000001010001011001010100101001110011110111011011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2028B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2028B2; }

 p { color: rgb(32,40,178); }

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

<style>
 a { background-color: #2028B2; }

 a { background-color: rgb(32,40,178); }

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

<style>
 span { border-color: #2028B2; }

 span { border-color: rgb(32,40,178); }

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