Html Css Color HEX #222198 Ultramarine

📋 copy color: '#222198'

red 34 ◦ green 33 ◦ blue 152

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

Shades of Ultramarine #222198

Tints of Ultramarine #222198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 69.41%

R = 15.53%
G = 15.07%
B = 69.41%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#222198 (or 0x222198) is known color: Ultramarine. HEX triplet: 22, 21 and 98. RGB value is (34,33,152). Sum of RGB (Red+Green+Blue) = 34+33+152=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #222198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222198 is #DDDE67. Grayscale: #2E2E2E. Windows color (decimal): -14540392 or 9969954. OLE color: 9969954.

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

Color convert

RGB 34 33 152 -
CMYK 0.78 0.78 0 0.40
HSL 240.5º 0.64% 0.36% -
HSV(B) 240.5º 0.78% 0.6% -
XYZ 6.87 3.69 30.06 -
YUV 46.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 34 33 152 0.78 0.78 0 0.40 240.5 0.64 0.36
Hex 22 21 98 4E 4E 0 28 F1 40 24
Octal 42 41 230 116 116 0 50 361 100 44
Binary 100010 100001 10011000 1001110 1001110 0 101000 11110001 1000000 100100

Color Harmonies of #222198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222198

Black with #222198

Text Example


Text Example

White with #222198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222198; }

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

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

background-color css

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

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

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

border-color css

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

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

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