#202CB3

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

Shades of Persian Blue #202CB3

Tints of Persian Blue #202CB3

Color information

#202CB3 (or 0x202CB3) is unknown color: approx Persian Blue. HEX triplet: 20, 2C and B3. RGB value is (32,44,179). Sum of RGB (Red+Green+Blue) = 32+44+179=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 179 (70.31% from 255 or 70.20% from 255); Max value from RGB is 179 - color contains mainly: blue. Hex color #202CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202CB3 is #DFD34C. Grayscale: #373737. Windows color (decimal): -14668621 or 11742240. OLE color: 11742240.

HSL color Cylindrical-coordinate representation of color #202CB3: hue angle of 235.1º 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 #202CB3 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3244179-
CMYK0.820.7500.30
HSL235.1º69.67%41.37%-
HSV(B)235.1º82.12%70.2%-
XYZ9.635.3643.18-
YUV55.8197.52111.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 44 (17.58% from 255) = 17.25%
BLUE value IS 179 (70.31% from 255) = 70.20%
R=12.55%
G=17.25%
B=70.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32441790.820.7500.30235.169.6741.37
Hex202CB3524B01Eeb4629
Octal405426312211303635310651
Binary1000001011001011001110100101001011011110111010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,44,179); }

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

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

 a { background-color: rgb(32,44,179); }

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

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

 span { border-color: rgb(32,44,179); }

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