Html Css Color HEX #220596 Ultramarine

📋 copy color: '#220596'

red 34 ◦ green 5 ◦ blue 150

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

Shades of Ultramarine #220596

Tints of Ultramarine #220596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 150 (58.98% from 255) = 79.37%

R = 17.99%
G = 2.65%
B = 79.37%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#220596 (or 0x220596) is known color: Ultramarine. HEX triplet: 22, 05 and 96. RGB value is (34,5,150). Sum of RGB (Red+Green+Blue) = 34+5+150=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 150 (58.98% from 255 or 79.37% from 189); Max value from RGB is 150 - color contains mainly: blue. Hex color #220596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220596 is #DDFA69. Grayscale: #1D1D1D. Windows color (decimal): -14547562 or 9831714. OLE color: 9831714.

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

Color convert

RGB 34 5 150 -
CMYK 0.77 0.97 0 0.41
HSL 252º 0.94% 0.3% -
HSV(B) 252º 0.97% 0.59% -
XYZ 6.22 2.65 29.04 -
YUV 30.2 195.61 130.71 -
System Red Green Blue C M Y K H S L
Decimal 34 5 150 0.77 0.97 0 0.41 252 0.94 0.3
Hex 22 5 96 4D 61 0 29 FC 5E 1E
Octal 42 5 226 115 141 0 51 374 136 36
Binary 100010 101 10010110 1001101 1100001 0 101001 11111100 1011110 11110

Color Harmonies of #220596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220596

Black with #220596

Text Example


Text Example

White with #220596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220596; }

 p { color: rgb(34,5,150); }

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

background-color css

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

 a { background-color: rgb(34,5,150); }

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

border-color css

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

 span { border-color: rgb(34,5,150); }

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