Html Css Color HEX #221EB6 Persian Blue

📋 copy color: '#221EB6'

red 34 ◦ green 30 ◦ blue 182

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

Shades of Persian Blue #221EB6

Tints of Persian Blue #221EB6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.2%

 BLUE value IS 182 (71.48% from 255) = 73.98%

R = 13.82%
G = 12.2%
B = 73.98%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#221EB6 (or 0x221EB6) is known color: Persian Blue. HEX triplet: 22, 1E and B6. RGB value is (34,30,182). Sum of RGB (Red+Green+Blue) = 34+30+182=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 182 (71.48% from 255 or 73.98% from 246); Max value from RGB is 182 - color contains mainly: blue. Hex color #221EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221EB6 is #DDE149. Grayscale: #2F2F2F. Windows color (decimal): -14541130 or 11935266. OLE color: 11935266.

HSL color Cylindrical-coordinate representation of color #221EB6: hue angle of 241.58º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221EB6 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 30 182 -
CMYK 0.81 0.84 0 0.29
HSL 241.58º 0.72% 0.42% -
HSV(B) 241.58º 0.84% 0.71% -
XYZ 9.57 4.65 44.65 -
YUV 48.52 203.33 117.64 -
System Red Green Blue C M Y K H S L
Decimal 34 30 182 0.81 0.84 0 0.29 241.58 0.72 0.42
Hex 22 1E B6 51 54 0 1D F2 48 2A
Octal 42 36 266 121 124 0 35 362 110 52
Binary 100010 11110 10110110 1010001 1010100 0 11101 11110010 1001000 101010

Color Harmonies of #221EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221EB6

Black with #221EB6

Text Example


Text Example

White with #221EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,30,182); }

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

background-color css

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

 a { background-color: rgb(34,30,182); }

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

border-color css

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

 span { border-color: rgb(34,30,182); }

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