Html Css Color HEX #221988 Ultramarine

📋 copy color: '#221988'

red 34 ◦ green 25 ◦ blue 136

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

Shades of Ultramarine #221988

Tints of Ultramarine #221988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

 BLUE value IS 136 (53.52% from 255) = 69.74%

R = 17.44%
G = 12.82%
B = 69.74%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#221988 (or 0x221988) is known color: Ultramarine. HEX triplet: 22, 19 and 88. RGB value is (34,25,136). Sum of RGB (Red+Green+Blue) = 34+25+136=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #221988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221988 is #DDE677. Grayscale: #272727. Windows color (decimal): -14542456 or 8919330. OLE color: 8919330.

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

Color convert

RGB 34 25 136 -
CMYK 0.75 0.82 0 0.47
HSL 244.86º 0.69% 0.32% -
HSV(B) 244.86º 0.82% 0.53% -
XYZ 5.45 2.81 23.55 -
YUV 40.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 34 25 136 0.75 0.82 0 0.47 244.86 0.69 0.32
Hex 22 19 88 4B 52 0 2F F5 45 20
Octal 42 31 210 113 122 0 57 365 105 40
Binary 100010 11001 10001000 1001011 1010010 0 101111 11110101 1000101 100000

Color Harmonies of #221988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221988

Black with #221988

Text Example


Text Example

White with #221988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221988; }

 p { color: rgb(34,25,136); }

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

background-color css

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

 a { background-color: rgb(34,25,136); }

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

border-color css

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

 span { border-color: rgb(34,25,136); }

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