Html Css Color HEX #222ECC Persian Blue

📋 copy color: '#222ECC'

red 34 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #222ECC

Tints of Persian Blue #222ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

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

R = 11.97%
G = 16.2%
B = 71.83%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#222ECC (or 0x222ECC) is known color: Persian Blue. HEX triplet: 22, 2E and CC. RGB value is (34,46,204). Sum of RGB (Red+Green+Blue) = 34+46+204=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #222ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ECC is #DDD133. Grayscale: #3B3B3B. Windows color (decimal): -14537012 or 13381154. OLE color: 13381154.

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

Color convert

RGB 34 46 204 -
CMYK 0.83 0.77 0 0.2
HSL 235.76º 0.71% 0.47% -
HSV(B) 235.76º 0.83% 0.8% -
XYZ 12.54 6.65 57.75 -
YUV 60.42 209.02 109.15 -
System Red Green Blue C M Y K H S L
Decimal 34 46 204 0.83 0.77 0 0.2 235.76 0.71 0.47
Hex 22 2E CC 53 4D 0 14 EC 47 2F
Octal 42 56 314 123 115 0 24 354 107 57
Binary 100010 101110 11001100 1010011 1001101 0 10100 11101100 1000111 101111

Color Harmonies of #222ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222ECC

Black with #222ECC

Text Example


Text Example

White with #222ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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