Html Css Color HEX #222193 Ultramarine

📋 copy color: '#222193'

red 34 ◦ green 33 ◦ blue 147

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

Shades of Ultramarine #222193

Tints of Ultramarine #222193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 68.69%

R = 15.89%
G = 15.42%
B = 68.69%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222193 (or 0x222193) is known color: Ultramarine. HEX triplet: 22, 21 and 93. RGB value is (34,33,147). Sum of RGB (Red+Green+Blue) = 34+33+147=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #222193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222193 is #DDDE6C. Grayscale: #2D2D2D. Windows color (decimal): -14540397 or 9642274. OLE color: 9642274.

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

Color convert

RGB 34 33 147 -
CMYK 0.77 0.78 0 0.42
HSL 240.53º 0.63% 0.35% -
HSV(B) 240.53º 0.78% 0.58% -
XYZ 6.47 3.53 27.94 -
YUV 46.3 184.83 119.23 -
System Red Green Blue C M Y K H S L
Decimal 34 33 147 0.77 0.78 0 0.42 240.53 0.63 0.35
Hex 22 21 93 4D 4E 0 2A F1 3F 23
Octal 42 41 223 115 116 0 52 361 77 43
Binary 100010 100001 10010011 1001101 1001110 0 101010 11110001 111111 100011

Color Harmonies of #222193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222193

Black with #222193

Text Example


Text Example

White with #222193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222193; }

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

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

background-color css

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

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

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

border-color css

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

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

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