Html Css Color HEX #222ACC Persian Blue

📋 copy color: '#222ACC'

red 34 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #222ACC

Tints of Persian Blue #222ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.86%

R = 12.14%
G = 15%
B = 72.86%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#222ACC (or 0x222ACC) is known color: Persian Blue. HEX triplet: 22, 2A and CC. RGB value is (34,42,204). Sum of RGB (Red+Green+Blue) = 34+42+204=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #222ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ACC is #DDD533. Grayscale: #393939. Windows color (decimal): -14538036 or 13380130. OLE color: 13380130.

HSL color Cylindrical-coordinate representation of color #222ACC: hue angle of 237.18º degrees, saturation: 0.71, 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 #222ACC is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 42 204 -
CMYK 0.83 0.79 0 0.2
HSL 237.18º 0.71% 0.47% -
HSV(B) 237.18º 0.83% 0.8% -
XYZ 12.39 6.36 57.7 -
YUV 58.08 210.35 110.83 -
System Red Green Blue C M Y K H S L
Decimal 34 42 204 0.83 0.79 0 0.2 237.18 0.71 0.47
Hex 22 2A CC 53 4F 0 14 ED 47 2F
Octal 42 52 314 123 117 0 24 355 107 57
Binary 100010 101010 11001100 1010011 1001111 0 10100 11101101 1000111 101111

Color Harmonies of #222ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222ACC

Black with #222ACC

Text Example


Text Example

White with #222ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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