#222ADD

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

Shades of Persian Blue #222ADD

Tints of Persian Blue #222ADD

Color information

#222ADD (or 0x222ADD) is unknown color: approx Persian Blue. HEX triplet: 22, 2A and DD. RGB value is (34,42,221). Sum of RGB (Red+Green+Blue) = 34+42+221=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #222ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ADD is #DDD522. Grayscale: #3B3B3B. Windows color (decimal): -14538019 or 14494242. OLE color: 14494242.

HSL color Cylindrical-coordinate representation of color #222ADD: hue angle of 237.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222ADD is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3442221-
CMYK0.850.8100.13
HSL237.43º73.33%50%-
HSV(B)237.43º84.62%86.67%-
XYZ14.547.2269.03-
YUV60.01218.85109.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.45%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 221 (86.72% from 255) = 74.41%
R=11.45%
G=14.14%
B=74.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34422210.850.8100.13237.4373.3350
Hex222ADD55510Ded4932
Octal425233512512101535511162
Binary100010101010110111011010101101000101101111011011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,42,221); }

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

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

 a { background-color: rgb(34,42,221); }

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

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

 span { border-color: rgb(34,42,221); }

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