#221588

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

Shades of Ultramarine #221588

Tints of Ultramarine #221588

Color information

#221588 (or 0x221588) is unknown color: approx Ultramarine. HEX triplet: 22, 15 and 88. RGB value is (34,21,136). Sum of RGB (Red+Green+Blue) = 34+21+136=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #221588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221588 is #DDEA77. Grayscale: #252525. Windows color (decimal): -14543480 or 8918306. OLE color: 8918306.

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

Color convert

RGB3421136-
CMYK0.750.8500.47
HSL246.78º73.25%30.78%-
HSV(B)246.78º84.56%53.33%-
XYZ5.372.6523.52-
YUV38183.31125.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 136 (53.52% from 255) = 71.20%
R=17.80%
G=10.99%
B=71.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34211360.750.8500.47246.7873.2530.78
Hex2215884B5502Ff7491f
Octal422521011312505736711137
Binary100010101011000100010010111010101010111111110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221588; }

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

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

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

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

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

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

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

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