Html Css Color HEX #220495 Ultramarine

📋 copy color: '#220495'

red 34 ◦ green 4 ◦ blue 149

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

Shades of Ultramarine #220495

Tints of Ultramarine #220495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 79.68%

R = 18.18%
G = 2.14%
B = 79.68%

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

#220495 (or 0x220495) is known color: Ultramarine. HEX triplet: 22, 04 and 95. RGB value is (34,4,149). Sum of RGB (Red+Green+Blue) = 34+4+149=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #220495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220495 is #DDFB6A. Grayscale: #1C1C1C. Windows color (decimal): -14547819 or 9765922. OLE color: 9765922.

HSL color Cylindrical-coordinate representation of color #220495: hue angle of 252.41º 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 #220495 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 4 149 -
CMYK 0.77 0.97 0 0.42
HSL 252.41º 0.95% 0.3% -
HSV(B) 252.41º 0.97% 0.58% -
XYZ 6.13 2.6 28.61 -
YUV 29.5 195.44 131.21 -
System Red Green Blue C M Y K H S L
Decimal 34 4 149 0.77 0.97 0 0.42 252.41 0.95 0.3
Hex 22 4 95 4D 61 0 2A FC 5F 1E
Octal 42 4 225 115 141 0 52 374 137 36
Binary 100010 100 10010101 1001101 1100001 0 101010 11111100 1011111 11110

Color Harmonies of #220495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220495

Black with #220495

Text Example


Text Example

White with #220495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220495; }

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

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

background-color css

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

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

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

border-color css

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

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

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