#2E20BE

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

Shades of Persian Blue #2E20BE

Tints of Persian Blue #2E20BE

Color information

#2E20BE (or 0x2E20BE) is unknown color: approx Persian Blue. HEX triplet: 2E, 20 and BE. RGB value is (46,32,190). Sum of RGB (Red+Green+Blue) = 46+32+190=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E20BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E20BE is #D1DF41. Grayscale: #353535. Windows color (decimal): -13754178 or 12460078. OLE color: 12460078.

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

Color convert

RGB4632190-
CMYK0.760.8300.25
HSL245.32º71.17%43.53%-
HSV(B)245.32º83.16%74.51%-
XYZ10.945.3349.17-
YUV54.2204.64122.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 32 (12.89% from 255) = 11.94%
BLUE value IS 190 (74.61% from 255) = 70.90%
R=17.16%
G=11.94%
B=70.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46321900.760.8300.25245.3271.1743.53
Hex2E20BE4C53019f5472c
Octal564027611412303136510754
Binary1011101000001011111010011001010011011001111101011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E20BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E20BE; }

 p { color: rgb(46,32,190); }

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

<style>
 a { background-color: #2E20BE; }

 a { background-color: rgb(46,32,190); }

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

<style>
 span { border-color: #2E20BE; }

 span { border-color: rgb(46,32,190); }

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