Html Css Color HEX #2219B8 Persian Blue

📋 copy color: '#2219B8'

red 34 ◦ green 25 ◦ blue 184

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

Shades of Persian Blue #2219B8

Tints of Persian Blue #2219B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 75.72%

R = 13.99%
G = 10.29%
B = 75.72%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2219B8 (or 0x2219B8) is known color: Persian Blue. HEX triplet: 22, 19 and B8. RGB value is (34,25,184). Sum of RGB (Red+Green+Blue) = 34+25+184=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 184 (72.27% from 255 or 75.72% from 243); Max value from RGB is 184 - color contains mainly: blue. Hex color #2219B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2219B8 is #DDE647. Grayscale: #2D2D2D. Windows color (decimal): -14542408 or 12065058. OLE color: 12065058.

HSL color Cylindrical-coordinate representation of color #2219B8: hue angle of 243.4º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2219B8 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 34 25 184 -
CMYK 0.82 0.86 0 0.28
HSL 243.4º 0.76% 0.41% -
HSV(B) 243.4º 0.86% 0.72% -
XYZ 9.66 4.5 45.71 -
YUV 45.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 34 25 184 0.82 0.86 0 0.28 243.4 0.76 0.41
Hex 22 19 B8 52 56 0 1C F3 4C 29
Octal 42 31 270 122 126 0 34 363 114 51
Binary 100010 11001 10111000 1010010 1010110 0 11100 11110011 1001100 101001

Color Harmonies of #2219B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2219B8

Black with #2219B8

Text Example


Text Example

White with #2219B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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