#2035D1

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

Shades of Persian Blue #2035D1

Tints of Persian Blue #2035D1

Color information

#2035D1 (or 0x2035D1) is unknown color: approx Persian Blue. HEX triplet: 20, 35 and D1. RGB value is (32,53,209). Sum of RGB (Red+Green+Blue) = 32+53+209=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 209 (82.03% from 255 or 71.09% from 294); Max value from RGB is 209 - color contains mainly: blue. Hex color #2035D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2035D1 is #DFCA2E. Grayscale: #3F3F3F. Windows color (decimal): -14666287 or 13710624. OLE color: 13710624.

HSL color Cylindrical-coordinate representation of color #2035D1: hue angle of 232.88º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2035D1 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3253209-
CMYK0.850.7500.18
HSL232.88º73.44%47.25%-
HSV(B)232.88º84.69%81.96%-
XYZ13.387.4661.06-
YUV64.5209.54104.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.88%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 209 (82.03% from 255) = 71.09%
R=10.88%
G=18.03%
B=71.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal32532090.850.7500.18232.8873.4447.25
Hex2035D1554B012e9492f
Octal406532112511302235111157
Binary1000001101011101000110101011001011010010111010011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2035D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2035D1; }

 p { color: rgb(32,53,209); }

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

<style>
 a { background-color: #2035D1; }

 a { background-color: rgb(32,53,209); }

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

<style>
 span { border-color: #2035D1; }

 span { border-color: rgb(32,53,209); }

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