Html Css Color HEX #220589 Ultramarine

📋 copy color: '#220589'

red 34 ◦ green 5 ◦ blue 137

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

Shades of Ultramarine #220589

Tints of Ultramarine #220589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 77.84%

R = 19.32%
G = 2.84%
B = 77.84%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#220589 (or 0x220589) is known color: Ultramarine. HEX triplet: 22, 05 and 89. RGB value is (34,5,137). Sum of RGB (Red+Green+Blue) = 34+5+137=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #220589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220589 is #DDFA76. Grayscale: #1C1C1C. Windows color (decimal): -14547575 or 8979746. OLE color: 8979746.

HSL color Cylindrical-coordinate representation of color #220589: hue angle of 253.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220589 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 5 137 -
CMYK 0.75 0.96 0 0.46
HSL 253.18º 0.93% 0.28% -
HSV(B) 253.18º 0.96% 0.54% -
XYZ 5.23 2.25 23.83 -
YUV 28.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 34 5 137 0.75 0.96 0 0.46 253.18 0.93 0.28
Hex 22 5 89 4B 60 0 2E FD 5D 1C
Octal 42 5 211 113 140 0 56 375 135 34
Binary 100010 101 10001001 1001011 1100000 0 101110 11111101 1011101 11100

Color Harmonies of #220589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220589

Black with #220589

Text Example


Text Example

White with #220589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220589; }

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

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

background-color css

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

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

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

border-color css

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

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

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