Html Css Color HEX #221998 Ultramarine

📋 copy color: '#221998'

red 34 ◦ green 25 ◦ blue 152

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

Shades of Ultramarine #221998

Tints of Ultramarine #221998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 72.04%

R = 16.11%
G = 11.85%
B = 72.04%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#221998 (or 0x221998) is known color: Ultramarine. HEX triplet: 22, 19 and 98. RGB value is (34,25,152). Sum of RGB (Red+Green+Blue) = 34+25+152=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #221998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221998 is #DDE667. Grayscale: #292929. Windows color (decimal): -14542440 or 9967906. OLE color: 9967906.

HSL color Cylindrical-coordinate representation of color #221998: hue angle of 244.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221998 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 25 152 -
CMYK 0.78 0.84 0 0.40
HSL 244.25º 0.72% 0.35% -
HSV(B) 244.25º 0.84% 0.6% -
XYZ 6.67 3.3 29.99 -
YUV 42.17 189.98 122.17 -
System Red Green Blue C M Y K H S L
Decimal 34 25 152 0.78 0.84 0 0.40 244.25 0.72 0.35
Hex 22 19 98 4E 54 0 28 F4 48 23
Octal 42 31 230 116 124 0 50 364 110 43
Binary 100010 11001 10011000 1001110 1010100 0 101000 11110100 1001000 100011

Color Harmonies of #221998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221998

Black with #221998

Text Example


Text Example

White with #221998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221998; }

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

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

background-color css

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

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

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

border-color css

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

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

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