#203EB5

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

Shades of Persian Blue #203EB5

Tints of Persian Blue #203EB5

Color information

#203EB5 (or 0x203EB5) is unknown color: approx Persian Blue. HEX triplet: 20, 3E and B5. RGB value is (32,62,181). Sum of RGB (Red+Green+Blue) = 32+62+181=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 181 (71.09% from 255 or 65.82% from 275); Max value from RGB is 181 - color contains mainly: blue. Hex color #203EB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EB5 is #DFC14A. Grayscale: #424242. Windows color (decimal): -14664011 or 11877920. OLE color: 11877920.

HSL color Cylindrical-coordinate representation of color #203EB5: hue angle of 227.92º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203EB5 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3262181-
CMYK0.820.6600.29
HSL227.92º69.95%41.76%-
HSV(B)227.92º82.32%70.98%-
XYZ10.667.0944.52-
YUV66.6192.56103.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 62 (24.61% from 255) = 22.55%
BLUE value IS 181 (71.09% from 255) = 65.82%
R=11.64%
G=22.55%
B=65.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32621810.820.6600.29227.9269.9541.76
Hex203EB5524201De4462a
Octal407626512210203534410652
Binary1000001111101011010110100101000010011101111001001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203EB5; }

 p { color: rgb(32,62,181); }

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

<style>
 a { background-color: #203EB5; }

 a { background-color: rgb(32,62,181); }

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

<style>
 span { border-color: #203EB5; }

 span { border-color: rgb(32,62,181); }

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