Html Css Color HEX #222196 Ultramarine

📋 copy color: '#222196'

red 34 ◦ green 33 ◦ blue 150

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

Shades of Ultramarine #222196

Tints of Ultramarine #222196

RGB

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

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

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

R = 15.67%
G = 15.21%
B = 69.12%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#222196 (or 0x222196) is known color: Ultramarine. HEX triplet: 22, 21 and 96. RGB value is (34,33,150). Sum of RGB (Red+Green+Blue) = 34+33+150=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #222196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222196 is #DDDE69. Grayscale: #2E2E2E. Windows color (decimal): -14540394 or 9838882. OLE color: 9838882.

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

Color convert

RGB 34 33 150 -
CMYK 0.77 0.78 0 0.41
HSL 240.51º 0.64% 0.36% -
HSV(B) 240.51º 0.78% 0.59% -
XYZ 6.71 3.63 29.2 -
YUV 46.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 34 33 150 0.77 0.78 0 0.41 240.51 0.64 0.36
Hex 22 21 96 4D 4E 0 29 F1 40 24
Octal 42 41 226 115 116 0 51 361 100 44
Binary 100010 100001 10010110 1001101 1001110 0 101001 11110001 1000000 100100

Color Harmonies of #222196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222196

Black with #222196

Text Example


Text Example

White with #222196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222196; }

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

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

background-color css

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

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

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

border-color css

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

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

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