#222FAA

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

Shades of Persian Blue #222FAA

Tints of Persian Blue #222FAA

Color information

#222FAA (or 0x222FAA) is unknown color: approx Persian Blue. HEX triplet: 22, 2F and AA. RGB value is (34,47,170). Sum of RGB (Red+Green+Blue) = 34+47+170=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #222FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222FAA is #DDD055. Grayscale: #383838. Windows color (decimal): -14536790 or 11153186. OLE color: 11153186.

HSL color Cylindrical-coordinate representation of color #222FAA: hue angle of 234.26º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222FAA is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3447170-
CMYK0.800.7200.33
HSL234.26º66.67%40%-
HSV(B)234.26º80%66.67%-
XYZ8.935.2838.58-
YUV57.13191.69111.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 47 (18.75% from 255) = 18.73%
BLUE value IS 170 (66.80% from 255) = 67.73%
R=13.55%
G=18.73%
B=67.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34471700.800.7200.33234.2666.6740
Hex222FAA5048021ea4328
Octal425725212011004135210350
Binary10001010111110101010101000010010000100001111010101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,47,170); }

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

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

 a { background-color: rgb(34,47,170); }

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

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

 span { border-color: rgb(34,47,170); }

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