Html Css Color HEX #222490 Ultramarine

📋 copy color: '#222490'

red 34 ◦ green 36 ◦ blue 144

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

Shades of Ultramarine #222490

Tints of Ultramarine #222490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 15.89%
G = 16.82%
B = 67.29%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#222490 (or 0x222490) is known color: Ultramarine. HEX triplet: 22, 24 and 90. RGB value is (34,36,144). Sum of RGB (Red+Green+Blue) = 34+36+144=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #222490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222490 is #DDDB6F. Grayscale: #2F2F2F. Windows color (decimal): -14539632 or 9446434. OLE color: 9446434.

HSL color Cylindrical-coordinate representation of color #222490: hue angle of 238.91º 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 #222490 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 36 144 -
CMYK 0.76 0.75 0 0.44
HSL 238.91º 0.62% 0.35% -
HSV(B) 238.91º 0.76% 0.56% -
XYZ 6.32 3.62 26.75 -
YUV 47.71 182.34 118.22 -
System Red Green Blue C M Y K H S L
Decimal 34 36 144 0.76 0.75 0 0.44 238.91 0.62 0.35
Hex 22 24 90 4C 4B 0 2C EF 3E 23
Octal 42 44 220 114 113 0 54 357 76 43
Binary 100010 100100 10010000 1001100 1001011 0 101100 11101111 111110 100011

Color Harmonies of #222490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222490

Black with #222490

Text Example


Text Example

White with #222490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222490; }

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

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

background-color css

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

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

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

border-color css

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

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

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