#203CAD

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

Shades of Persian Blue #203CAD

Tints of Persian Blue #203CAD

Color information

#203CAD (or 0x203CAD) is unknown color: approx Persian Blue. HEX triplet: 20, 3C and AD. RGB value is (32,60,173). Sum of RGB (Red+Green+Blue) = 32+60+173=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #203CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203CAD is #DFC352. Grayscale: #404040. Windows color (decimal): -14664531 or 11353120. OLE color: 11353120.

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

Color convert

RGB3260173-
CMYK0.820.6500.32
HSL228.09º68.78%40.2%-
HSV(B)228.09º81.5%67.84%-
XYZ9.756.5640.29-
YUV64.51189.22104.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 173 (67.97% from 255) = 65.28%
R=12.08%
G=22.64%
B=65.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32601730.820.6500.32228.0968.7840.2
Hex203CAD5241020e44528
Octal407425512210104034410550
Binary10000011110010101101101001010000010100000111001001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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