Html Css Color HEX #220492 Ultramarine

📋 copy color: '#220492'

red 34 ◦ green 4 ◦ blue 146

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

Shades of Ultramarine #220492

Tints of Ultramarine #220492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 79.35%

R = 18.48%
G = 2.17%
B = 79.35%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#220492 (or 0x220492) is known color: Ultramarine. HEX triplet: 22, 04 and 92. RGB value is (34,4,146). Sum of RGB (Red+Green+Blue) = 34+4+146=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #220492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220492 is #DDFB6D. Grayscale: #1C1C1C. Windows color (decimal): -14547822 or 9569314. OLE color: 9569314.

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

Color convert

RGB 34 4 146 -
CMYK 0.77 0.97 0 0.43
HSL 252.68º 0.95% 0.29% -
HSV(B) 252.68º 0.97% 0.57% -
XYZ 5.89 2.5 27.37 -
YUV 29.16 193.94 131.45 -
System Red Green Blue C M Y K H S L
Decimal 34 4 146 0.77 0.97 0 0.43 252.68 0.95 0.29
Hex 22 4 92 4D 61 0 2B FD 5F 1D
Octal 42 4 222 115 141 0 53 375 137 35
Binary 100010 100 10010010 1001101 1100001 0 101011 11111101 1011111 11101

Color Harmonies of #220492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220492

Black with #220492

Text Example


Text Example

White with #220492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220492; }

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

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

background-color css

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

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

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

border-color css

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

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

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