#2E22BF

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

Shades of Persian Blue #2E22BF

Tints of Persian Blue #2E22BF

Color information

#2E22BF (or 0x2E22BF) is unknown color: approx Persian Blue. HEX triplet: 2E, 22 and BF. RGB value is (46,34,191). Sum of RGB (Red+Green+Blue) = 46+34+191=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E22BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E22BF is #D1DD40. Grayscale: #363636. Windows color (decimal): -13753665 or 12526126. OLE color: 12526126.

HSL color Cylindrical-coordinate representation of color #2E22BF: hue angle of 244.59º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E22BF is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4634191-
CMYK0.760.8200.25
HSL244.59º69.78%44.12%-
HSV(B)244.59º82.2%74.9%-
XYZ11.15.4949.76-
YUV55.49204.48121.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 191 (75% from 255) = 70.48%
R=16.97%
G=12.55%
B=70.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46341910.760.8200.25244.5969.7844.12
Hex2E22BF4C52019f5462c
Octal564227711412203136510654
Binary1011101000101011111110011001010010011001111101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E22BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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