Html Css Color HEX #221399 Ultramarine

📋 copy color: '#221399'

red 34 ◦ green 19 ◦ blue 153

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

Shades of Ultramarine #221399

Tints of Ultramarine #221399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

 BLUE value IS 153 (60.16% from 255) = 74.27%

R = 16.5%
G = 9.22%
B = 74.27%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#221399 (or 0x221399) is known color: Ultramarine. HEX triplet: 22, 13 and 99. RGB value is (34,19,153). Sum of RGB (Red+Green+Blue) = 34+19+153=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #221399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221399 is #DDEC66. Grayscale: #262626. Windows color (decimal): -14543975 or 10031906. OLE color: 10031906.

HSL color Cylindrical-coordinate representation of color #221399: hue angle of 246.72º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221399 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 19 153 -
CMYK 0.78 0.88 0 0.4
HSL 246.72º 0.78% 0.34% -
HSV(B) 246.72º 0.88% 0.6% -
XYZ 6.64 3.11 30.39 -
YUV 38.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 34 19 153 0.78 0.88 0 0.4 246.72 0.78 0.34
Hex 22 13 99 4E 58 0 28 F7 4E 22
Octal 42 23 231 116 130 0 50 367 116 42
Binary 100010 10011 10011001 1001110 1011000 0 101000 11110111 1001110 100010

Color Harmonies of #221399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221399

Black with #221399

Text Example


Text Example

White with #221399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221399; }

 p { color: rgb(34,19,153); }

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

background-color css

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

 a { background-color: rgb(34,19,153); }

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

border-color css

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

 span { border-color: rgb(34,19,153); }

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