Html Css Color HEX #2219BA Persian Blue

📋 copy color: '#2219BA'

red 34 ◦ green 25 ◦ blue 186

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

Shades of Persian Blue #2219BA

Tints of Persian Blue #2219BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.92%

R = 13.88%
G = 10.2%
B = 75.92%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2219BA (or 0x2219BA) is known color: Persian Blue. HEX triplet: 22, 19 and BA. RGB value is (34,25,186). Sum of RGB (Red+Green+Blue) = 34+25+186=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #2219BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2219BA is #DDE645. Grayscale: #2D2D2D. Windows color (decimal): -14542406 or 12196130. OLE color: 12196130.

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

Color convert

RGB 34 25 186 -
CMYK 0.82 0.87 0 0.27
HSL 243.35º 0.76% 0.41% -
HSV(B) 243.35º 0.87% 0.73% -
XYZ 9.87 4.58 46.82 -
YUV 46.05 206.98 119.41 -
System Red Green Blue C M Y K H S L
Decimal 34 25 186 0.82 0.87 0 0.27 243.35 0.76 0.41
Hex 22 19 BA 52 57 0 1B F3 4C 29
Octal 42 31 272 122 127 0 33 363 114 51
Binary 100010 11001 10111010 1010010 1010111 0 11011 11110011 1001100 101001

Color Harmonies of #2219BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2219BA

Black with #2219BA

Text Example


Text Example

White with #2219BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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