Html Css Color HEX #220889 Ultramarine

📋 copy color: '#220889'

red 34 ◦ green 8 ◦ blue 137

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

Shades of Ultramarine #220889

Tints of Ultramarine #220889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 18.99%
G = 4.47%
B = 76.54%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#220889 (or 0x220889) is known color: Ultramarine. HEX triplet: 22, 08 and 89. RGB value is (34,8,137). Sum of RGB (Red+Green+Blue) = 34+8+137=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 137 (53.91% from 255 or 76.54% from 179); Max value from RGB is 137 - color contains mainly: blue. Hex color #220889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220889 is #DDF776. Grayscale: #1D1D1D. Windows color (decimal): -14546807 or 8980514. OLE color: 8980514.

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

Color convert

RGB 34 8 137 -
CMYK 0.75 0.94 0 0.46
HSL 252.09º 0.89% 0.28% -
HSV(B) 252.09º 0.94% 0.54% -
XYZ 5.26 2.32 23.84 -
YUV 30.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 34 8 137 0.75 0.94 0 0.46 252.09 0.89 0.28
Hex 22 8 89 4B 5E 0 2E FC 59 1C
Octal 42 10 211 113 136 0 56 374 131 34
Binary 100010 1000 10001001 1001011 1011110 0 101110 11111100 1011001 11100

Color Harmonies of #220889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220889

Black with #220889

Text Example


Text Example

White with #220889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220889; }

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

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

background-color css

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

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

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

border-color css

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

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

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