Html Css Color HEX #221796 Ultramarine

📋 copy color: '#221796'

red 34 ◦ green 23 ◦ blue 150

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

Shades of Ultramarine #221796

Tints of Ultramarine #221796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

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

R = 16.43%
G = 11.11%
B = 72.46%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#221796 (or 0x221796) is known color: Ultramarine. HEX triplet: 22, 17 and 96. RGB value is (34,23,150). Sum of RGB (Red+Green+Blue) = 34+23+150=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #221796 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221796 is #DDE869. Grayscale: #282828. Windows color (decimal): -14542954 or 9836322. OLE color: 9836322.

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

Color convert

RGB 34 23 150 -
CMYK 0.77 0.85 0 0.41
HSL 245.2º 0.73% 0.34% -
HSV(B) 245.2º 0.85% 0.59% -
XYZ 6.47 3.15 29.12 -
YUV 40.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 34 23 150 0.77 0.85 0 0.41 245.2 0.73 0.34
Hex 22 17 96 4D 55 0 29 F5 49 22
Octal 42 27 226 115 125 0 51 365 111 42
Binary 100010 10111 10010110 1001101 1010101 0 101001 11110101 1001001 100010

Color Harmonies of #221796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221796

Black with #221796

Text Example


Text Example

White with #221796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221796; }

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

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

background-color css

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

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

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

border-color css

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

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

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