#203FC3

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

Shades of Persian Blue #203FC3

Tints of Persian Blue #203FC3

Color information

#203FC3 (or 0x203FC3) is unknown color: approx Persian Blue. HEX triplet: 20, 3F and C3. RGB value is (32,63,195). Sum of RGB (Red+Green+Blue) = 32+63+195=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 195 (76.56% from 255 or 67.24% from 290); Max value from RGB is 195 - color contains mainly: blue. Hex color #203FC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FC3 is #DFC03C. Grayscale: #444444. Windows color (decimal): -14663741 or 12795680. OLE color: 12795680.

HSL color Cylindrical-coordinate representation of color #203FC3: hue angle of 228.59º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203FC3 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3263195-
CMYK0.840.6800.24
HSL228.59º71.81%44.51%-
HSV(B)228.59º83.59%76.47%-
XYZ12.227.852.49-
YUV68.78199.23101.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 195 (76.56% from 255) = 67.24%
R=11.03%
G=21.72%
B=67.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal32631950.840.6800.24228.5971.8144.51
Hex203FC35444018e5482d
Octal407730312410403034511055
Binary1000001111111100001110101001000100011000111001011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,63,195); }

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

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

 a { background-color: rgb(32,63,195); }

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

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

 span { border-color: rgb(32,63,195); }

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