Html Css Color HEX #220590 Ultramarine

📋 copy color: '#220590'

red 34 ◦ green 5 ◦ blue 144

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

Shades of Ultramarine #220590

Tints of Ultramarine #220590

RGB

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

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

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

R = 18.58%
G = 2.73%
B = 78.69%

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

#220590 (or 0x220590) is known color: Ultramarine. HEX triplet: 22, 05 and 90. RGB value is (34,5,144). Sum of RGB (Red+Green+Blue) = 34+5+144=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 144 (56.64% from 255 or 78.69% from 183); Max value from RGB is 144 - color contains mainly: blue. Hex color #220590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220590 is #DDFA6F. Grayscale: #1C1C1C. Windows color (decimal): -14547568 or 9438498. OLE color: 9438498.

HSL color Cylindrical-coordinate representation of color #220590: hue angle of 252.52º degrees, saturation: 0.93, 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 #220590 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 5 144 -
CMYK 0.76 0.97 0 0.44
HSL 252.52º 0.93% 0.29% -
HSV(B) 252.52º 0.97% 0.56% -
XYZ 5.75 2.46 26.56 -
YUV 29.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 34 5 144 0.76 0.97 0 0.44 252.52 0.93 0.29
Hex 22 5 90 4C 61 0 2C FD 5D 1D
Octal 42 5 220 114 141 0 54 375 135 35
Binary 100010 101 10010000 1001100 1100001 0 101100 11111101 1011101 11101

Color Harmonies of #220590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220590

Black with #220590

Text Example


Text Example

White with #220590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220590; }

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

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

background-color css

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

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

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

border-color css

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

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

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