Html Css Color HEX #222192 Ultramarine

📋 copy color: '#222192'

red 34 ◦ green 33 ◦ blue 146

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

Shades of Ultramarine #222192

Tints of Ultramarine #222192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

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

R = 15.96%
G = 15.49%
B = 68.54%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#222192 (or 0x222192) is known color: Ultramarine. HEX triplet: 22, 21 and 92. RGB value is (34,33,146). Sum of RGB (Red+Green+Blue) = 34+33+146=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #222192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222192 is #DDDE6D. Grayscale: #2D2D2D. Windows color (decimal): -14540398 or 9576738. OLE color: 9576738.

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

Color convert

RGB 34 33 146 -
CMYK 0.77 0.77 0 0.43
HSL 240.53º 0.63% 0.35% -
HSV(B) 240.53º 0.77% 0.57% -
XYZ 6.39 3.5 27.53 -
YUV 46.18 184.33 119.31 -
System Red Green Blue C M Y K H S L
Decimal 34 33 146 0.77 0.77 0 0.43 240.53 0.63 0.35
Hex 22 21 92 4D 4D 0 2B F1 3F 23
Octal 42 41 222 115 115 0 53 361 77 43
Binary 100010 100001 10010010 1001101 1001101 0 101011 11110001 111111 100011

Color Harmonies of #222192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222192

Black with #222192

Text Example


Text Example

White with #222192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222192; }

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

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

background-color css

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

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

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

border-color css

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

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

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