Html Css Color HEX #221FCE Persian Blue

📋 copy color: '#221FCE'

red 34 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #221FCE

Tints of Persian Blue #221FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.44%

 BLUE value IS 206 (80.86% from 255) = 76.01%

R = 12.55%
G = 11.44%
B = 76.01%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#221FCE (or 0x221FCE) is known color: Persian Blue. HEX triplet: 22, 1F and CE. RGB value is (34,31,206). Sum of RGB (Red+Green+Blue) = 34+31+206=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #221FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221FCE is #DDE031. Grayscale: #333333. Windows color (decimal): -14540850 or 13508386. OLE color: 13508386.

HSL color Cylindrical-coordinate representation of color #221FCE: hue angle of 241.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221FCE is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 31 206 -
CMYK 0.83 0.85 0 0.19
HSL 241.03º 0.74% 0.46% -
HSV(B) 241.03º 0.85% 0.81% -
XYZ 12.29 5.78 58.86 -
YUV 51.85 214.99 115.27 -
System Red Green Blue C M Y K H S L
Decimal 34 31 206 0.83 0.85 0 0.19 241.03 0.74 0.46
Hex 22 1F CE 53 55 0 13 F1 4A 2E
Octal 42 37 316 123 125 0 23 361 112 56
Binary 100010 11111 11001110 1010011 1010101 0 10011 11110001 1001010 101110

Color Harmonies of #221FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221FCE

Black with #221FCE

Text Example


Text Example

White with #221FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221FCE; }

 p { color: rgb(34,31,206); }

 H1.HeaderClassName
 {
   color: #221FCE;
 }
 .AnyTagClassName
 {
   color: #221FCE;
 }
</style>

background-color css

<style>
 a { background-color: #221FCE; }

 a { background-color: rgb(34,31,206); }

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

border-color css

<style>
 span { border-color: #221FCE; }

 span { border-color: rgb(34,31,206); }

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