#202EE1

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

Shades of Persian Blue #202EE1

Tints of Persian Blue #202EE1

Color information

#202EE1 (or 0x202EE1) is unknown color: approx Persian Blue. HEX triplet: 20, 2E and E1. RGB value is (32,46,225). Sum of RGB (Red+Green+Blue) = 32+46+225=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 225 (88.28% from 255 or 74.26% from 303); Max value from RGB is 225 - color contains mainly: blue. Hex color #202EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202EE1 is #DFD11E. Grayscale: #3D3D3D. Windows color (decimal): -14668063 or 14757408. OLE color: 14757408.

HSL color Cylindrical-coordinate representation of color #202EE1: hue angle of 235.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202EE1 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3246225-
CMYK0.860.8000.12
HSL235.65º76.28%50.39%-
HSV(B)235.65º85.78%88.24%-
XYZ15.167.771.92-
YUV62.22219.86106.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.56%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 225 (88.28% from 255) = 74.26%
R=10.56%
G=15.18%
B=74.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal32462250.860.8000.12235.6576.2850.39
Hex202EE156500Cec4c32
Octal405634112612001435411462
Binary100000101110111000011010110101000001100111011001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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