Html Css Color HEX #2219CC Persian Blue

📋 copy color: '#2219CC'

red 34 ◦ green 25 ◦ blue 204

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

Shades of Persian Blue #2219CC

Tints of Persian Blue #2219CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 77.57%

R = 12.93%
G = 9.51%
B = 77.57%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2219CC (or 0x2219CC) is known color: Persian Blue. HEX triplet: 22, 19 and CC. RGB value is (34,25,204). Sum of RGB (Red+Green+Blue) = 34+25+204=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #2219CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2219CC is #DDE633. Grayscale: #2F2F2F. Windows color (decimal): -14542388 or 13375778. OLE color: 13375778.

HSL color Cylindrical-coordinate representation of color #2219CC: hue angle of 243.02º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2219CC is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 25 204 -
CMYK 0.83 0.88 0 0.2
HSL 243.02º 0.78% 0.45% -
HSV(B) 243.02º 0.88% 0.8% -
XYZ 11.91 5.39 57.54 -
YUV 48.1 215.98 117.95 -
System Red Green Blue C M Y K H S L
Decimal 34 25 204 0.83 0.88 0 0.2 243.02 0.78 0.45
Hex 22 19 CC 53 58 0 14 F3 4E 2D
Octal 42 31 314 123 130 0 24 363 116 55
Binary 100010 11001 11001100 1010011 1011000 0 10100 11110011 1001110 101101

Color Harmonies of #2219CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2219CC

Black with #2219CC

Text Example


Text Example

White with #2219CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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