#2911AB

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

Shades of Ultramarine #2911AB

Tints of Ultramarine #2911AB

Color information

#2911AB (or 0x2911AB) is unknown color: approx Ultramarine. HEX triplet: 29, 11 and AB. RGB value is (41,17,171). Sum of RGB (Red+Green+Blue) = 41+17+171=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #2911AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2911AB is #D6EE54. Grayscale: #292929. Windows color (decimal): -14085717 or 11211049. OLE color: 11211049.

HSL color Cylindrical-coordinate representation of color #2911AB: hue angle of 249.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2911AB is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4117171-
CMYK0.760.9000.33
HSL249.35º81.91%36.86%-
HSV(B)249.35º90.06%67.06%-
XYZ8.473.8138.82-
YUV41.73200.95127.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 171 (67.19% from 255) = 74.67%
R=17.90%
G=7.42%
B=74.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41171710.760.9000.33249.3581.9136.86
Hex2911AB4C5A021f95225
Octal512125311413204137112245
Binary1010011000110101011100110010110100100001111110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2911AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2911AB; }

 p { color: rgb(41,17,171); }

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

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

 a { background-color: rgb(41,17,171); }

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

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

 span { border-color: rgb(41,17,171); }

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