#203DAB

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

Shades of Persian Blue #203DAB

Tints of Persian Blue #203DAB

Color information

#203DAB (or 0x203DAB) is unknown color: approx Persian Blue. HEX triplet: 20, 3D and AB. RGB value is (32,61,171). Sum of RGB (Red+Green+Blue) = 32+61+171=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #203DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203DAB is #DFC254. Grayscale: #404040. Windows color (decimal): -14664277 or 11222304. OLE color: 11222304.

HSL color Cylindrical-coordinate representation of color #203DAB: hue angle of 227.48º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #203DAB is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3261171-
CMYK0.810.6400.33
HSL227.48º68.47%39.8%-
HSV(B)227.48º81.29%67.06%-
XYZ9.626.5839.29-
YUV64.87187.89104.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 61 (24.22% from 255) = 23.11%
BLUE value IS 171 (67.19% from 255) = 64.77%
R=12.12%
G=23.11%
B=64.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32611710.810.6400.33227.4868.4739.8
Hex203DAB5140021e34428
Octal407525312110004134310450
Binary10000011110110101011101000110000000100001111000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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