#203AAD

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

Shades of Persian Blue #203AAD

Tints of Persian Blue #203AAD

Color information

#203AAD (or 0x203AAD) is unknown color: approx Persian Blue. HEX triplet: 20, 3A and AD. RGB value is (32,58,173). Sum of RGB (Red+Green+Blue) = 32+58+173=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #203AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203AAD is #DFC552. Grayscale: #3E3E3E. Windows color (decimal): -14665043 or 11352608. OLE color: 11352608.

HSL color Cylindrical-coordinate representation of color #203AAD: hue angle of 228.94º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203AAD is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3258173-
CMYK0.820.6600.32
HSL228.94º68.78%40.2%-
HSV(B)228.94º81.5%67.84%-
XYZ9.656.3540.25-
YUV63.34189.89105.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 173 (67.97% from 255) = 65.78%
R=12.17%
G=22.05%
B=65.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32581730.820.6600.32228.9468.7840.2
Hex203AAD5242020e54528
Octal407225512210204034510550
Binary10000011101010101101101001010000100100000111001011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,58,173); }

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

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

 a { background-color: rgb(32,58,173); }

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

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

 span { border-color: rgb(32,58,173); }

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