Html Css Color HEX #221689 Ultramarine

📋 copy color: '#221689'

red 34 ◦ green 22 ◦ blue 137

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

Shades of Ultramarine #221689

Tints of Ultramarine #221689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

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

R = 17.62%
G = 11.4%
B = 70.98%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#221689 (or 0x221689) is known color: Ultramarine. HEX triplet: 22, 16 and 89. RGB value is (34,22,137). Sum of RGB (Red+Green+Blue) = 34+22+137=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #221689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221689 is #DDE976. Grayscale: #262626. Windows color (decimal): -14543223 or 8984098. OLE color: 8984098.

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

Color convert

RGB 34 22 137 -
CMYK 0.75 0.84 0 0.46
HSL 246.26º 0.72% 0.31% -
HSV(B) 246.26º 0.84% 0.54% -
XYZ 5.46 2.72 23.9 -
YUV 38.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 34 22 137 0.75 0.84 0 0.46 246.26 0.72 0.31
Hex 22 16 89 4B 54 0 2E F6 48 1F
Octal 42 26 211 113 124 0 56 366 110 37
Binary 100010 10110 10001001 1001011 1010100 0 101110 11110110 1001000 11111

Color Harmonies of #221689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221689

Black with #221689

Text Example


Text Example

White with #221689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221689; }

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

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

background-color css

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

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

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

border-color css

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

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

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