#221291

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

Shades of Ultramarine #221291

Tints of Ultramarine #221291

Color information

#221291 (or 0x221291) is unknown color: approx Ultramarine. HEX triplet: 22, 12 and 91. RGB value is (34,18,145). Sum of RGB (Red+Green+Blue) = 34+18+145=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #221291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221291 is #DDED6E. Grayscale: #242424. Windows color (decimal): -14544239 or 9507362. OLE color: 9507362.

HSL color Cylindrical-coordinate representation of color #221291: hue angle of 247.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221291 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3418145-
CMYK0.770.8800.43
HSL247.56º77.91%31.96%-
HSV(B)247.56º87.59%56.86%-
XYZ5.992.8227.02-
YUV37.26188.8125.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 145 (57.03% from 255) = 73.60%
R=17.26%
G=9.14%
B=73.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34181450.770.8800.43247.5677.9131.96
Hex2212914D5802Bf84e20
Octal422222111513005337011640
Binary1000101001010010001100110110110000101011111110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221291; }

 p { color: rgb(34,18,145); }

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

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

 a { background-color: rgb(34,18,145); }

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

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

 span { border-color: rgb(34,18,145); }

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