#221088

Color #221088 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #221088

Tints of Ultramarine #221088

Color information

#221088 (or 0x221088) is unknown color: approx Ultramarine. HEX triplet: 22, 10 and 88. RGB value is (34,16,136). Sum of RGB (Red+Green+Blue) = 34+16+136=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #221088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221088 is #DDEF77. Grayscale: #222222. Windows color (decimal): -14544760 or 8917026. OLE color: 8917026.

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

Color convert

RGB3416136-
CMYK0.750.8800.47
HSL249º78.95%29.8%-
HSV(B)249º88.24%53.33%-
XYZ5.292.4923.49-
YUV35.06184.96127.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 136 (53.52% from 255) = 73.12%
R=18.28%
G=8.60%
B=73.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34161360.750.8800.4724978.9529.8
Hex2210884B5802Ff94f1e
Octal422021011313005737111736
Binary100010100001000100010010111011000010111111111001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221088; }

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

 H1.HeaderClassName
 {
   color: #221088;
 }
 .AnyTagClassName
 {
   color: #221088;
 }
</style>
background-color css

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

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

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

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

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

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