Html Css Color HEX #221992 Ultramarine

📋 copy color: '#221992'

red 34 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #221992

Tints of Ultramarine #221992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 71.22%

R = 16.59%
G = 12.2%
B = 71.22%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#221992 (or 0x221992) is known color: Ultramarine. HEX triplet: 22, 19 and 92. RGB value is (34,25,146). Sum of RGB (Red+Green+Blue) = 34+25+146=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #221992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221992 is #DDE66D. Grayscale: #292929. Windows color (decimal): -14542446 or 9574690. OLE color: 9574690.

HSL color Cylindrical-coordinate representation of color #221992: hue angle of 244.46º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221992 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 25 146 -
CMYK 0.77 0.83 0 0.43
HSL 244.46º 0.71% 0.34% -
HSV(B) 244.46º 0.83% 0.57% -
XYZ 6.2 3.11 27.47 -
YUV 41.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 34 25 146 0.77 0.83 0 0.43 244.46 0.71 0.34
Hex 22 19 92 4D 53 0 2B F4 47 22
Octal 42 31 222 115 123 0 53 364 107 42
Binary 100010 11001 10010010 1001101 1010011 0 101011 11110100 1000111 100010

Color Harmonies of #221992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221992

Black with #221992

Text Example


Text Example

White with #221992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221992; }

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

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

background-color css

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

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

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

border-color css

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

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

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