#203CB4

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

Shades of Persian Blue #203CB4

Tints of Persian Blue #203CB4

Color information

#203CB4 (or 0x203CB4) is unknown color: approx Persian Blue. HEX triplet: 20, 3C and B4. RGB value is (32,60,180). Sum of RGB (Red+Green+Blue) = 32+60+180=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 180 (70.70% from 255 or 66.18% from 272); Max value from RGB is 180 - color contains mainly: blue. Hex color #203CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CB4 is #DFC34B. Grayscale: #404040. Windows color (decimal): -14664524 or 11811872. OLE color: 11811872.

HSL color Cylindrical-coordinate representation of color #203CB4: hue angle of 228.65º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203CB4 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3260180-
CMYK0.820.6700.29
HSL228.65º69.81%41.57%-
HSV(B)228.65º82.22%70.59%-
XYZ10.456.8343.95-
YUV65.31192.72104.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 180 (70.70% from 255) = 66.18%
R=11.76%
G=22.06%
B=66.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32601800.820.6700.29228.6569.8141.57
Hex203CB4524301De5462a
Octal407426412210303534510652
Binary1000001111001011010010100101000011011101111001011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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