Html Css Color HEX #222DAA Persian Blue

📋 copy color: '#222DAA'

red 34 ◦ green 45 ◦ blue 170

#222DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #222DAA

Tints of Persian Blue #222DAA

RGB

 RED value IS 34 (13.67% from 255) = 13.65%

 GREEN value IS 45 (17.97% from 255) = 18.07%

 BLUE value IS 170 (66.8% from 255) = 68.27%

R = 13.65%
G = 18.07%
B = 68.27%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#222DAA (or 0x222DAA) is known color: Persian Blue. HEX triplet: 22, 2D and AA. RGB value is (34,45,170). Sum of RGB (Red+Green+Blue) = 34+45+170=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #222DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222DAA is #DDD255. Grayscale: #373737. Windows color (decimal): -14537302 or 11152674. OLE color: 11152674.

HSL color Cylindrical-coordinate representation of color #222DAA: hue angle of 235.15º 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 #222DAA is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 45 170 -
CMYK 0.80 0.74 0 0.33
HSL 235.15º 0.67% 0.4% -
HSV(B) 235.15º 0.8% 0.67% -
XYZ 8.85 5.12 38.55 -
YUV 55.96 192.36 112.34 -
System Red Green Blue C M Y K H S L
Decimal 34 45 170 0.80 0.74 0 0.33 235.15 0.67 0.4
Hex 22 2D AA 50 4A 0 21 EB 43 28
Octal 42 55 252 120 112 0 41 353 103 50
Binary 100010 101101 10101010 1010000 1001010 0 100001 11101011 1000011 101000

Color Harmonies of #222DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222DAA

Black with #222DAA

Text Example


Text Example

White with #222DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #222DAA;
 }
 .AnyTagClassName
 {
   color: #222DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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