Html Css Color HEX #222290 Ultramarine

📋 copy color: '#222290'

red 34 ◦ green 34 ◦ blue 144

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

Shades of Ultramarine #222290

Tints of Ultramarine #222290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 16.04%
G = 16.04%
B = 67.92%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#222290 (or 0x222290) is known color: Ultramarine. HEX triplet: 22, 22 and 90. RGB value is (34,34,144). Sum of RGB (Red+Green+Blue) = 34+34+144=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #222290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222290 is #DDDD6F. Grayscale: #2E2E2E. Windows color (decimal): -14540144 or 9445922. OLE color: 9445922.

HSL color Cylindrical-coordinate representation of color #222290: hue angle of 240º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222290 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 34 144 -
CMYK 0.76 0.76 0 0.44
HSL 240º 0.62% 0.35% -
HSV(B) 240º 0.76% 0.56% -
XYZ 6.27 3.5 26.73 -
YUV 46.54 183 119.06 -
System Red Green Blue C M Y K H S L
Decimal 34 34 144 0.76 0.76 0 0.44 240 0.62 0.35
Hex 22 22 90 4C 4C 0 2C F0 3E 23
Octal 42 42 220 114 114 0 54 360 76 43
Binary 100010 100010 10010000 1001100 1001100 0 101100 11110000 111110 100011

Color Harmonies of #222290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222290

Black with #222290

Text Example


Text Example

White with #222290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222290; }

 p { color: rgb(34,34,144); }

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

background-color css

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

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

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

border-color css

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

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

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