Html Css Color HEX #222ACD Persian Blue

📋 copy color: '#222ACD'

red 34 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #222ACD

Tints of Persian Blue #222ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.95%

 BLUE value IS 205 (80.47% from 255) = 72.95%

R = 12.1%
G = 14.95%
B = 72.95%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#222ACD (or 0x222ACD) is known color: Persian Blue. HEX triplet: 22, 2A and CD. RGB value is (34,42,205). Sum of RGB (Red+Green+Blue) = 34+42+205=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #222ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ACD is #DDD532. Grayscale: #393939. Windows color (decimal): -14538035 or 13445666. OLE color: 13445666.

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

Color convert

RGB 34 42 205 -
CMYK 0.83 0.80 0 0.20
HSL 237.19º 0.72% 0.47% -
HSV(B) 237.19º 0.83% 0.8% -
XYZ 12.51 6.4 58.33 -
YUV 58.19 210.85 110.75 -
System Red Green Blue C M Y K H S L
Decimal 34 42 205 0.83 0.80 0 0.20 237.19 0.72 0.47
Hex 22 2A CD 53 50 0 14 ED 48 2F
Octal 42 52 315 123 120 0 24 355 110 57
Binary 100010 101010 11001101 1010011 1010000 0 10100 11101101 1001000 101111

Color Harmonies of #222ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222ACD

Black with #222ACD

Text Example


Text Example

White with #222ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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