Html Css Color HEX #222197 Ultramarine

📋 copy color: '#222197'

red 34 ◦ green 33 ◦ blue 151

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

Shades of Ultramarine #222197

Tints of Ultramarine #222197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 69.27%

R = 15.6%
G = 15.14%
B = 69.27%

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

#222197 (or 0x222197) is known color: Ultramarine. HEX triplet: 22, 21 and 97. RGB value is (34,33,151). Sum of RGB (Red+Green+Blue) = 34+33+151=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #222197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222197 is #DDDE68. Grayscale: #2E2E2E. Windows color (decimal): -14540393 or 9904418. OLE color: 9904418.

HSL color Cylindrical-coordinate representation of color #222197: 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 #222197 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 33 151 -
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.79 3.66 29.63 -
YUV 46.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 34 33 151 0.77 0.78 0 0.41 240.51 0.64 0.36
Hex 22 21 97 4D 4E 0 29 F1 40 24
Octal 42 41 227 115 116 0 51 361 100 44
Binary 100010 100001 10010111 1001101 1001110 0 101001 11110001 1000000 100100

Color Harmonies of #222197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222197

Black with #222197

Text Example


Text Example

White with #222197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222197; }

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

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

background-color css

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

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

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

border-color css

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

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

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