Html Css Color HEX #221889 Ultramarine

📋 copy color: '#221889'

red 34 ◦ green 24 ◦ blue 137

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

Shades of Ultramarine #221889

Tints of Ultramarine #221889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

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

R = 17.44%
G = 12.31%
B = 70.26%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#221889 (or 0x221889) is known color: Ultramarine. HEX triplet: 22, 18 and 89. RGB value is (34,24,137). Sum of RGB (Red+Green+Blue) = 34+24+137=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #221889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221889 is #DDE776. Grayscale: #272727. Windows color (decimal): -14542711 or 8984610. OLE color: 8984610.

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

Color convert

RGB 34 24 137 -
CMYK 0.75 0.82 0 0.46
HSL 245.31º 0.7% 0.32% -
HSV(B) 245.31º 0.82% 0.54% -
XYZ 5.5 2.8 23.92 -
YUV 39.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 34 24 137 0.75 0.82 0 0.46 245.31 0.7 0.32
Hex 22 18 89 4B 52 0 2E F5 46 20
Octal 42 30 211 113 122 0 56 365 106 40
Binary 100010 11000 10001001 1001011 1010010 0 101110 11110101 1000110 100000

Color Harmonies of #221889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221889

Black with #221889

Text Example


Text Example

White with #221889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221889; }

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

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

background-color css

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

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

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

border-color css

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

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

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