#202DCB

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

Shades of Persian Blue #202DCB

Tints of Persian Blue #202DCB

Color information

#202DCB (or 0x202DCB) is unknown color: approx Persian Blue. HEX triplet: 20, 2D and CB. RGB value is (32,45,203). Sum of RGB (Red+Green+Blue) = 32+45+203=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #202DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DCB is #DFD234. Grayscale: #3A3A3A. Windows color (decimal): -14668341 or 13315360. OLE color: 13315360.

HSL color Cylindrical-coordinate representation of color #202DCB: hue angle of 235.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202DCB is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3245203-
CMYK0.840.7800.20
HSL235.44º72.77%46.08%-
HSV(B)235.44º84.24%79.61%-
XYZ12.316.557.1-
YUV59.12209.19108.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.43%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 203 (79.69% from 255) = 72.5%
R=11.43%
G=16.07%
B=72.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal32452030.840.7800.20235.4472.7746.08
Hex202DCB544E014eb492e
Octal405531312411602435311156
Binary1000001011011100101110101001001110010100111010111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202DCB; }

 p { color: rgb(32,45,203); }

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

<style>
 a { background-color: #202DCB; }

 a { background-color: rgb(32,45,203); }

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

<style>
 span { border-color: #202DCB; }

 span { border-color: rgb(32,45,203); }

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