Html Css Color HEX #220490 Ultramarine

📋 copy color: '#220490'

red 34 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #220490

Tints of Ultramarine #220490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

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

R = 18.68%
G = 2.2%
B = 79.12%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#220490 (or 0x220490) is known color: Ultramarine. HEX triplet: 22, 04 and 90. RGB value is (34,4,144). Sum of RGB (Red+Green+Blue) = 34+4+144=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #220490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220490 is #DDFB6F. Grayscale: #1C1C1C. Windows color (decimal): -14547824 or 9438242. OLE color: 9438242.

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

Color convert

RGB 34 4 144 -
CMYK 0.76 0.97 0 0.44
HSL 252.86º 0.95% 0.29% -
HSV(B) 252.86º 0.97% 0.56% -
XYZ 5.74 2.44 26.55 -
YUV 28.93 192.94 131.62 -
System Red Green Blue C M Y K H S L
Decimal 34 4 144 0.76 0.97 0 0.44 252.86 0.95 0.29
Hex 22 4 90 4C 61 0 2C FD 5F 1D
Octal 42 4 220 114 141 0 54 375 137 35
Binary 100010 100 10010000 1001100 1100001 0 101100 11111101 1011111 11101

Color Harmonies of #220490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220490

Black with #220490

Text Example


Text Example

White with #220490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220490; }

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

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

background-color css

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

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

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

border-color css

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

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

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