Html Css Color HEX #222CC4 Persian Blue

📋 copy color: '#222CC4'

red 34 ◦ green 44 ◦ blue 196

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

Shades of Persian Blue #222CC4

Tints of Persian Blue #222CC4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

 BLUE value IS 196 (76.95% from 255) = 71.53%

R = 12.41%
G = 16.06%
B = 71.53%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#222CC4 (or 0x222CC4) is known color: Persian Blue. HEX triplet: 22, 2C and C4. RGB value is (34,44,196). Sum of RGB (Red+Green+Blue) = 34+44+196=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 196 (76.95% from 255 or 71.53% from 274); Max value from RGB is 196 - color contains mainly: blue. Hex color #222CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CC4 is #DDD33B. Grayscale: #393939. Windows color (decimal): -14537532 or 12856354. OLE color: 12856354.

HSL color Cylindrical-coordinate representation of color #222CC4: hue angle of 236.3º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222CC4 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 34 44 196 -
CMYK 0.83 0.78 0 0.23
HSL 236.3º 0.7% 0.45% -
HSV(B) 236.3º 0.83% 0.77% -
XYZ 11.52 6.13 52.8 -
YUV 58.34 205.69 110.64 -
System Red Green Blue C M Y K H S L
Decimal 34 44 196 0.83 0.78 0 0.23 236.3 0.7 0.45
Hex 22 2C C4 53 4E 0 17 EC 46 2D
Octal 42 54 304 123 116 0 27 354 106 55
Binary 100010 101100 11000100 1010011 1001110 0 10111 11101100 1000110 101101

Color Harmonies of #222CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222CC4

Black with #222CC4

Text Example


Text Example

White with #222CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,44,196); }

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

background-color css

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

 a { background-color: rgb(34,44,196); }

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

border-color css

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

 span { border-color: rgb(34,44,196); }

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