Html Css Color HEX #222FD6 Persian Blue

📋 copy color: '#222FD6'

red 34 ◦ green 47 ◦ blue 214

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

Shades of Persian Blue #222FD6

Tints of Persian Blue #222FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 72.54%

R = 11.53%
G = 15.93%
B = 72.54%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#222FD6 (or 0x222FD6) is known color: Persian Blue. HEX triplet: 22, 2F and D6. RGB value is (34,47,214). Sum of RGB (Red+Green+Blue) = 34+47+214=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 214 (83.98% from 255 or 72.54% from 295); Max value from RGB is 214 - color contains mainly: blue. Hex color #222FD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FD6 is #DDD029. Grayscale: #3D3D3D. Windows color (decimal): -14536746 or 14036770. OLE color: 14036770.

HSL color Cylindrical-coordinate representation of color #222FD6: hue angle of 235.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222FD6 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 47 214 -
CMYK 0.84 0.78 0 0.16
HSL 235.67º 0.73% 0.49% -
HSV(B) 235.67º 0.84% 0.84% -
XYZ 13.81 7.23 64.29 -
YUV 62.15 213.69 107.92 -
System Red Green Blue C M Y K H S L
Decimal 34 47 214 0.84 0.78 0 0.16 235.67 0.73 0.49
Hex 22 2F D6 54 4E 0 10 EC 49 31
Octal 42 57 326 124 116 0 20 354 111 61
Binary 100010 101111 11010110 1010100 1001110 0 10000 11101100 1001001 110001

Color Harmonies of #222FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222FD6

Black with #222FD6

Text Example


Text Example

White with #222FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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