#2E22B3

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

Shades of Persian Blue #2E22B3

Tints of Persian Blue #2E22B3

Color information

#2E22B3 (or 0x2E22B3) is unknown color: approx Persian Blue. HEX triplet: 2E, 22 and B3. RGB value is (46,34,179). Sum of RGB (Red+Green+Blue) = 46+34+179=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E22B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E22B3 is #D1DD4C. Grayscale: #353535. Windows color (decimal): -13753677 or 11739694. OLE color: 11739694.

HSL color Cylindrical-coordinate representation of color #2E22B3: hue angle of 244.97º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E22B3 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4634179-
CMYK0.740.8100.30
HSL244.97º68.08%41.76%-
HSV(B)244.97º81.01%70.2%-
XYZ9.844.9843.09-
YUV54.12198.48122.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.76%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 179 (70.31% from 255) = 69.11%
R=17.76%
G=13.13%
B=69.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46341790.740.8100.30244.9768.0841.76
Hex2E22B34A5101Ef5442a
Octal564226311212103636510452
Binary1011101000101011001110010101010001011110111101011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E22B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,34,179); }

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

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

 a { background-color: rgb(46,34,179); }

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

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

 span { border-color: rgb(46,34,179); }

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