#2E22CA

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

Shades of Persian Blue #2E22CA

Tints of Persian Blue #2E22CA

Color information

#2E22CA (or 0x2E22CA) is unknown color: approx Persian Blue. HEX triplet: 2E, 22 and CA. RGB value is (46,34,202). Sum of RGB (Red+Green+Blue) = 46+34+202=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E22CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E22CA is #D1DD35. Grayscale: #383838. Windows color (decimal): -13753654 or 13247022. OLE color: 13247022.

HSL color Cylindrical-coordinate representation of color #2E22CA: hue angle of 244.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E22CA is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4634202-
CMYK0.770.8300.21
HSL244.29º71.19%46.27%-
HSV(B)244.29º83.17%79.22%-
XYZ12.365.9956.38-
YUV56.74209.98120.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.31%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 202 (79.30% from 255) = 71.63%
R=16.31%
G=12.06%
B=71.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46342020.770.8300.21244.2971.1946.27
Hex2E22CA4D53015f4472e
Octal564231211512302536410756
Binary1011101000101100101010011011010011010101111101001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E22CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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