#2030ED

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

Shades of Persian Blue #2030ED

Tints of Persian Blue #2030ED

Color information

#2030ED (or 0x2030ED) is unknown color: approx Persian Blue. HEX triplet: 20, 30 and ED. RGB value is (32,48,237). Sum of RGB (Red+Green+Blue) = 32+48+237=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #2030ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2030ED is #DFCF12. Grayscale: #3F3F3F. Windows color (decimal): -14667539 or 15544352. OLE color: 15544352.

HSL color Cylindrical-coordinate representation of color #2030ED: hue angle of 235.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2030ED is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3248237-
CMYK0.860.8000.07
HSL235.32º85.06%52.75%-
HSV(B)235.32º86.5%92.94%-
XYZ16.948.5480.88-
YUV64.76225.2104.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.09%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 237 (92.97% from 255) = 74.76%
R=10.09%
G=15.14%
B=74.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal32482370.860.8000.07235.3285.0652.75
Hex2030ED565007eb5535
Octal40603551261200735312565
Binary10000011000011101101101011010100000111111010111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2030ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2030ED; }

 p { color: rgb(32,48,237); }

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

<style>
 a { background-color: #2030ED; }

 a { background-color: rgb(32,48,237); }

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

<style>
 span { border-color: #2030ED; }

 span { border-color: rgb(32,48,237); }

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