Html Css Color HEX #220494 Ultramarine

📋 copy color: '#220494'

red 34 ◦ green 4 ◦ blue 148

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

Shades of Ultramarine #220494

Tints of Ultramarine #220494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 79.57%

R = 18.28%
G = 2.15%
B = 79.57%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#220494 (or 0x220494) is known color: Ultramarine. HEX triplet: 22, 04 and 94. RGB value is (34,4,148). Sum of RGB (Red+Green+Blue) = 34+4+148=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #220494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220494 is #DDFB6B. Grayscale: #1C1C1C. Windows color (decimal): -14547820 or 9700386. OLE color: 9700386.

HSL color Cylindrical-coordinate representation of color #220494: hue angle of 252.5º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220494 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 4 148 -
CMYK 0.77 0.97 0 0.42
HSL 252.5º 0.95% 0.3% -
HSV(B) 252.5º 0.97% 0.58% -
XYZ 6.05 2.57 28.19 -
YUV 29.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 34 4 148 0.77 0.97 0 0.42 252.5 0.95 0.3
Hex 22 4 94 4D 61 0 2A FD 5F 1E
Octal 42 4 224 115 141 0 52 375 137 36
Binary 100010 100 10010100 1001101 1100001 0 101010 11111101 1011111 11110

Color Harmonies of #220494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220494

Black with #220494

Text Example


Text Example

White with #220494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220494; }

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

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

background-color css

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

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

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

border-color css

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

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

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