Html Css Color HEX #221996 Ultramarine

📋 copy color: '#221996'

red 34 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #221996

Tints of Ultramarine #221996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 71.77%

R = 16.27%
G = 11.96%
B = 71.77%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#221996 (or 0x221996) is known color: Ultramarine. HEX triplet: 22, 19 and 96. RGB value is (34,25,150). Sum of RGB (Red+Green+Blue) = 34+25+150=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #221996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221996 is #DDE669. Grayscale: #292929. Windows color (decimal): -14542442 or 9836834. OLE color: 9836834.

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

Color convert

RGB 34 25 150 -
CMYK 0.77 0.83 0 0.41
HSL 244.32º 0.71% 0.34% -
HSV(B) 244.32º 0.83% 0.59% -
XYZ 6.51 3.24 29.14 -
YUV 41.94 188.98 122.34 -
System Red Green Blue C M Y K H S L
Decimal 34 25 150 0.77 0.83 0 0.41 244.32 0.71 0.34
Hex 22 19 96 4D 53 0 29 F4 47 22
Octal 42 31 226 115 123 0 51 364 107 42
Binary 100010 11001 10010110 1001101 1010011 0 101001 11110100 1000111 100010

Color Harmonies of #221996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221996

Black with #221996

Text Example


Text Example

White with #221996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221996; }

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

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

background-color css

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

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

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

border-color css

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

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

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