#203FEA

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

Shades of Persian Blue #203FEA

Tints of Persian Blue #203FEA

Color information

#203FEA (or 0x203FEA) is unknown color: approx Persian Blue. HEX triplet: 20, 3F and EA. RGB value is (32,63,234). Sum of RGB (Red+Green+Blue) = 32+63+234=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #203FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203FEA is #DFC015. Grayscale: #484848. Windows color (decimal): -14663702 or 15351584. OLE color: 15351584.

HSL color Cylindrical-coordinate representation of color #203FEA: hue angle of 230.79º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203FEA is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3263234-
CMYK0.860.7300.08
HSL230.79º82.79%52.16%-
HSV(B)230.79º86.32%91.76%-
XYZ17.229.878.83-
YUV73.22218.7398.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.73%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 234 (91.80% from 255) = 71.12%
R=9.73%
G=19.15%
B=71.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal32632340.860.7300.08230.7982.7952.16
Hex203FEA564908e75334
Octal407735212611101034712364
Binary100000111111111010101010110100100101000111001111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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