#203AAB

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

Shades of Persian Blue #203AAB

Tints of Persian Blue #203AAB

Color information

#203AAB (or 0x203AAB) is unknown color: approx Persian Blue. HEX triplet: 20, 3A and AB. RGB value is (32,58,171). Sum of RGB (Red+Green+Blue) = 32+58+171=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #203AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203AAB is #DFC554. Grayscale: #3E3E3E. Windows color (decimal): -14665045 or 11221536. OLE color: 11221536.

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

Color convert

RGB3258171-
CMYK0.810.6600.33
HSL228.78º68.47%39.8%-
HSV(B)228.78º81.29%67.06%-
XYZ9.466.2739.24-
YUV63.11188.89105.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 171 (67.19% from 255) = 65.52%
R=12.26%
G=22.22%
B=65.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32581710.810.6600.33228.7868.4739.8
Hex203AAB5142021e54428
Octal407225312110204134510450
Binary10000011101010101011101000110000100100001111001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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