#203DB5

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

Shades of Persian Blue #203DB5

Tints of Persian Blue #203DB5

Color information

#203DB5 (or 0x203DB5) is unknown color: approx Persian Blue. HEX triplet: 20, 3D and B5. RGB value is (32,61,181). Sum of RGB (Red+Green+Blue) = 32+61+181=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 181 (71.09% from 255 or 66.06% from 274); Max value from RGB is 181 - color contains mainly: blue. Hex color #203DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DB5 is #DFC24A. Grayscale: #414141. Windows color (decimal): -14664267 or 11877664. OLE color: 11877664.

HSL color Cylindrical-coordinate representation of color #203DB5: hue angle of 228.32º 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 #203DB5 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3261181-
CMYK0.820.6600.29
HSL228.32º69.95%41.76%-
HSV(B)228.32º82.32%70.98%-
XYZ10.66.9844.5-
YUV66.01192.89103.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 181 (71.09% from 255) = 66.06%
R=11.68%
G=22.26%
B=66.06%

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
Decimal32611810.820.6600.29228.3269.9541.76
Hex203DB5524201De4462a
Octal407526512210203534410652
Binary1000001111011011010110100101000010011101111001001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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