#203FDE

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

Shades of Persian Blue #203FDE

Tints of Persian Blue #203FDE

Color information

#203FDE (or 0x203FDE) is unknown color: approx Persian Blue. HEX triplet: 20, 3F and DE. RGB value is (32,63,222). Sum of RGB (Red+Green+Blue) = 32+63+222=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #203FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FDE is #DFC021. Grayscale: #474747. Windows color (decimal): -14663714 or 14565152. OLE color: 14565152.

HSL color Cylindrical-coordinate representation of color #203FDE: hue angle of 230.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203FDE is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3263222-
CMYK0.860.7200.13
HSL230.21º74.8%49.8%-
HSV(B)230.21º85.59%87.06%-
XYZ15.569.1470.05-
YUV71.86212.7399.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.09%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 222 (87.11% from 255) = 70.03%
R=10.09%
G=19.87%
B=70.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32632220.860.7200.13230.2174.849.8
Hex203FDE56480De64b32
Octal407733612611001534611362
Binary100000111111110111101010110100100001101111001101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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