Html Css Color HEX #222ACE Persian Blue

📋 copy color: '#222ACE'

red 34 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #222ACE

Tints of Persian Blue #222ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.05%

R = 12.06%
G = 14.89%
B = 73.05%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#222ACE (or 0x222ACE) is known color: Persian Blue. HEX triplet: 22, 2A and CE. RGB value is (34,42,206). Sum of RGB (Red+Green+Blue) = 34+42+206=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #222ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ACE is #DDD531. Grayscale: #393939. Windows color (decimal): -14538034 or 13511202. OLE color: 13511202.

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

Color convert

RGB 34 42 206 -
CMYK 0.83 0.80 0 0.19
HSL 237.21º 0.72% 0.47% -
HSV(B) 237.21º 0.83% 0.81% -
XYZ 12.63 6.45 58.97 -
YUV 58.3 211.35 110.66 -
System Red Green Blue C M Y K H S L
Decimal 34 42 206 0.83 0.80 0 0.19 237.21 0.72 0.47
Hex 22 2A CE 53 50 0 13 ED 48 2F
Octal 42 52 316 123 120 0 23 355 110 57
Binary 100010 101010 11001110 1010011 1010000 0 10011 11101101 1001000 101111

Color Harmonies of #222ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222ACE

Black with #222ACE

Text Example


Text Example

White with #222ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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