#203FBF

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

Shades of Persian Blue #203FBF

Tints of Persian Blue #203FBF

Color information

#203FBF (or 0x203FBF) is unknown color: approx Persian Blue. HEX triplet: 20, 3F and BF. RGB value is (32,63,191). Sum of RGB (Red+Green+Blue) = 32+63+191=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #203FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FBF is #DFC040. Grayscale: #434343. Windows color (decimal): -14663745 or 12533536. OLE color: 12533536.

HSL color Cylindrical-coordinate representation of color #203FBF: hue angle of 228.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203FBF is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3263191-
CMYK0.830.6700.25
HSL228.3º71.3%43.73%-
HSV(B)228.3º83.25%74.9%-
XYZ11.787.6250.14-
YUV68.32197.23102.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.19%
GREEN value IS 63 (25% from 255) = 22.03%
BLUE value IS 191 (75% from 255) = 66.78%
R=11.19%
G=22.03%
B=66.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32631910.830.6700.25228.371.343.73
Hex203FBF5343019e4472c
Octal407727712310303134410754
Binary1000001111111011111110100111000011011001111001001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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