#2036E3

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

Shades of Persian Blue #2036E3

Tints of Persian Blue #2036E3

Color information

#2036E3 (or 0x2036E3) is unknown color: approx Persian Blue. HEX triplet: 20, 36 and E3. RGB value is (32,54,227). Sum of RGB (Red+Green+Blue) = 32+54+227=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 227 (89.06% from 255 or 72.52% from 313); Max value from RGB is 227 - color contains mainly: blue. Hex color #2036E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2036E3 is #DFC91C. Grayscale: #424242. Windows color (decimal): -14666013 or 14890528. OLE color: 14890528.

HSL color Cylindrical-coordinate representation of color #2036E3: hue angle of 233.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2036E3 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3254227-
CMYK0.860.7600.11
HSL233.23º77.69%50.78%-
HSV(B)233.23º85.9%89.02%-
XYZ15.788.4973.48-
YUV67.14218.21102.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.22%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 227 (89.06% from 255) = 72.52%
R=10.22%
G=17.25%
B=72.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal32542270.860.7600.11233.2377.6950.78
Hex2036E3564C0Be94e33
Octal406634312611401335111663
Binary100000110110111000111010110100110001011111010011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2036E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2036E3; }

 p { color: rgb(32,54,227); }

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

<style>
 a { background-color: #2036E3; }

 a { background-color: rgb(32,54,227); }

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

<style>
 span { border-color: #2036E3; }

 span { border-color: rgb(32,54,227); }

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