Html Css Color HEX #2219BB Persian Blue

📋 copy color: '#2219BB'

red 34 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #2219BB

Tints of Persian Blue #2219BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.02%

R = 13.82%
G = 10.16%
B = 76.02%

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

#2219BB (or 0x2219BB) is known color: Persian Blue. HEX triplet: 22, 19 and BB. RGB value is (34,25,187). Sum of RGB (Red+Green+Blue) = 34+25+187=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #2219BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2219BB is #DDE644. Grayscale: #2D2D2D. Windows color (decimal): -14542405 or 12261666. OLE color: 12261666.

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

Color convert

RGB 34 25 187 -
CMYK 0.82 0.87 0 0.27
HSL 243.33º 0.76% 0.42% -
HSV(B) 243.33º 0.87% 0.73% -
XYZ 9.98 4.62 47.38 -
YUV 46.16 207.48 119.33 -
System Red Green Blue C M Y K H S L
Decimal 34 25 187 0.82 0.87 0 0.27 243.33 0.76 0.42
Hex 22 19 BB 52 57 0 1B F3 4C 2A
Octal 42 31 273 122 127 0 33 363 114 52
Binary 100010 11001 10111011 1010010 1010111 0 11011 11110011 1001100 101010

Color Harmonies of #2219BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2219BB

Black with #2219BB

Text Example


Text Example

White with #2219BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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