Html Css Color HEX #222FDD Persian Blue

📋 copy color: '#222FDD'

red 34 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #222FDD

Tints of Persian Blue #222FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.56%

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 11.26%
G = 15.56%
B = 73.18%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#222FDD (or 0x222FDD) is known color: Persian Blue. HEX triplet: 22, 2F and DD. RGB value is (34,47,221). Sum of RGB (Red+Green+Blue) = 34+47+221=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #222FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FDD is #DDD022. Grayscale: #3E3E3E. Windows color (decimal): -14536739 or 14495522. OLE color: 14495522.

HSL color Cylindrical-coordinate representation of color #222FDD: hue angle of 235.83º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222FDD is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 47 221 -
CMYK 0.85 0.79 0 0.13
HSL 235.83º 0.73% 0.5% -
HSV(B) 235.83º 0.85% 0.87% -
XYZ 14.73 7.59 69.1 -
YUV 62.95 217.19 107.35 -
System Red Green Blue C M Y K H S L
Decimal 34 47 221 0.85 0.79 0 0.13 235.83 0.73 0.5
Hex 22 2F DD 55 4F 0 D EC 49 32
Octal 42 57 335 125 117 0 15 354 111 62
Binary 100010 101111 11011101 1010101 1001111 0 1101 11101100 1001001 110010

Color Harmonies of #222FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222FDD

Black with #222FDD

Text Example


Text Example

White with #222FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,47,221); }

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

background-color css

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

 a { background-color: rgb(34,47,221); }

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

border-color css

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

 span { border-color: rgb(34,47,221); }

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