Html Css Color HEX #2219BC Persian Blue

📋 copy color: '#2219BC'

red 34 ◦ green 25 ◦ blue 188

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

Shades of Persian Blue #2219BC

Tints of Persian Blue #2219BC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

 BLUE value IS 188 (73.83% from 255) = 76.11%

R = 13.77%
G = 10.12%
B = 76.11%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2219BC (or 0x2219BC) is known color: Persian Blue. HEX triplet: 22, 19 and BC. RGB value is (34,25,188). Sum of RGB (Red+Green+Blue) = 34+25+188=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #2219BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2219BC is #DDE643. Grayscale: #2D2D2D. Windows color (decimal): -14542404 or 12327202. OLE color: 12327202.

HSL color Cylindrical-coordinate representation of color #2219BC: hue angle of 243.31º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2219BC is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 25 188 -
CMYK 0.82 0.87 0 0.26
HSL 243.31º 0.77% 0.42% -
HSV(B) 243.31º 0.87% 0.74% -
XYZ 10.08 4.67 47.95 -
YUV 46.27 207.98 119.25 -
System Red Green Blue C M Y K H S L
Decimal 34 25 188 0.82 0.87 0 0.26 243.31 0.77 0.42
Hex 22 19 BC 52 57 0 1A F3 4D 2A
Octal 42 31 274 122 127 0 32 363 115 52
Binary 100010 11001 10111100 1010010 1010111 0 11010 11110011 1001101 101010

Color Harmonies of #2219BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2219BC

Black with #2219BC

Text Example


Text Example

White with #2219BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2219BC; }

 p { color: rgb(34,25,188); }

 H1.HeaderClassName
 {
   color: #2219BC;
 }
 .AnyTagClassName
 {
   color: #2219BC;
 }
</style>

background-color css

<style>
 a { background-color: #2219BC; }

 a { background-color: rgb(34,25,188); }

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

border-color css

<style>
 span { border-color: #2219BC; }

 span { border-color: rgb(34,25,188); }

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