#202EB3

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

Shades of Persian Blue #202EB3

Tints of Persian Blue #202EB3

Color information

#202EB3 (or 0x202EB3) is unknown color: approx Persian Blue. HEX triplet: 20, 2E and B3. RGB value is (32,46,179). Sum of RGB (Red+Green+Blue) = 32+46+179=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #202EB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202EB3 is #DFD14C. Grayscale: #383838. Windows color (decimal): -14668109 or 11742752. OLE color: 11742752.

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

Color convert

RGB3246179-
CMYK0.820.7400.30
HSL234.29º69.67%41.37%-
HSV(B)234.29º82.12%70.2%-
XYZ9.715.5243.2-
YUV56.98196.86110.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 179 (70.31% from 255) = 69.65%
R=12.45%
G=17.90%
B=69.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32461790.820.7400.30234.2969.6741.37
Hex202EB3524A01Eea4629
Octal405626312211203635210651
Binary1000001011101011001110100101001010011110111010101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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