#222ECA

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

Shades of Persian Blue #222ECA

Tints of Persian Blue #222ECA

Color information

#222ECA (or 0x222ECA) is unknown color: approx Persian Blue. HEX triplet: 22, 2E and CA. RGB value is (34,46,202). Sum of RGB (Red+Green+Blue) = 34+46+202=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 46 (18.36% from 255 or 16.31% 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 #222ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ECA is #DDD135. Grayscale: #3B3B3B. Windows color (decimal): -14537014 or 13250082. OLE color: 13250082.

HSL color Cylindrical-coordinate representation of color #222ECA: hue angle of 235.71º 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 #222ECA is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3446202-
CMYK0.830.7700.21
HSL235.71º71.19%46.27%-
HSV(B)235.71º83.17%79.22%-
XYZ12.36.5656.49-
YUV60.2208.02109.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal34462020.830.7700.21235.7171.1946.27
Hex222ECA534D015ec472e
Octal425631212311502535410756
Binary1000101011101100101010100111001101010101111011001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222ECA; }

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

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

<style>
 a { background-color: #222ECA; }

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

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

<style>
 span { border-color: #222ECA; }

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

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