#203CAB

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

Shades of Persian Blue #203CAB

Tints of Persian Blue #203CAB

Color information

#203CAB (or 0x203CAB) is unknown color: approx Persian Blue. HEX triplet: 20, 3C and AB. RGB value is (32,60,171). Sum of RGB (Red+Green+Blue) = 32+60+171=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #203CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203CAB is #DFC354. Grayscale: #3F3F3F. Windows color (decimal): -14664533 or 11222048. OLE color: 11222048.

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

Color convert

RGB3260171-
CMYK0.810.6500.33
HSL227.91º68.47%39.8%-
HSV(B)227.91º81.29%67.06%-
XYZ9.566.4839.27-
YUV64.28188.22104.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 171 (67.19% from 255) = 65.02%
R=12.17%
G=22.81%
B=65.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32601710.810.6500.33227.9168.4739.8
Hex203CAB5141021e44428
Octal407425312110104134410450
Binary10000011110010101011101000110000010100001111001001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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