#203EBF

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

Shades of Persian Blue #203EBF

Tints of Persian Blue #203EBF

Color information

#203EBF (or 0x203EBF) is unknown color: approx Persian Blue. HEX triplet: 20, 3E and BF. RGB value is (32,62,191). Sum of RGB (Red+Green+Blue) = 32+62+191=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #203EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EBF is #DFC140. Grayscale: #434343. Windows color (decimal): -14664001 or 12533280. OLE color: 12533280.

HSL color Cylindrical-coordinate representation of color #203EBF: hue angle of 228.68º 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 #203EBF is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3262191-
CMYK0.830.6800.25
HSL228.68º71.3%43.73%-
HSV(B)228.68º83.25%74.9%-
XYZ11.727.5150.12-
YUV67.74197.56102.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 191 (75% from 255) = 67.02%
R=11.23%
G=21.75%
B=67.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32621910.830.6800.25228.6871.343.73
Hex203EBF5344019e5472c
Octal407627712310403134510754
Binary1000001111101011111110100111000100011001111001011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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