Html Css Color HEX #221794 Ultramarine

📋 copy color: '#221794'

red 34 ◦ green 23 ◦ blue 148

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

Shades of Ultramarine #221794

Tints of Ultramarine #221794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.2%

R = 16.59%
G = 11.22%
B = 72.2%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#221794 (or 0x221794) is known color: Ultramarine. HEX triplet: 22, 17 and 94. RGB value is (34,23,148). Sum of RGB (Red+Green+Blue) = 34+23+148=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #221794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221794 is #DDE86B. Grayscale: #282828. Windows color (decimal): -14542956 or 9705250. OLE color: 9705250.

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

Color convert

RGB 34 23 148 -
CMYK 0.77 0.84 0 0.42
HSL 245.28º 0.73% 0.34% -
HSV(B) 245.28º 0.84% 0.58% -
XYZ 6.31 3.09 28.28 -
YUV 40.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 34 23 148 0.77 0.84 0 0.42 245.28 0.73 0.34
Hex 22 17 94 4D 54 0 2A F5 49 22
Octal 42 27 224 115 124 0 52 365 111 42
Binary 100010 10111 10010100 1001101 1010100 0 101010 11110101 1001001 100010

Color Harmonies of #221794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221794

Black with #221794

Text Example


Text Example

White with #221794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221794; }

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

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

background-color css

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

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

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

border-color css

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

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

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