#2811AA

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

Shades of Ultramarine #2811AA

Tints of Ultramarine #2811AA

Color information

#2811AA (or 0x2811AA) is unknown color: approx Ultramarine. HEX triplet: 28, 11 and AA. RGB value is (40,17,170). Sum of RGB (Red+Green+Blue) = 40+17+170=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #2811AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2811AA is #D7EE55. Grayscale: #282828. Windows color (decimal): -14151254 or 11145512. OLE color: 11145512.

HSL color Cylindrical-coordinate representation of color #2811AA: hue angle of 249.02º 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 #2811AA is Cyan = 0.76, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4017170-
CMYK0.760.900.33
HSL249.02º81.82%36.67%-
HSV(B)249.02º90%66.67%-
XYZ8.333.7538.32-
YUV41.32200.62127.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 170 (66.80% from 255) = 74.89%
R=17.62%
G=7.49%
B=74.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40171700.760.900.33249.0281.8236.67
Hex2811AA4C5A021f95225
Octal502125211413204137112245
Binary1010001000110101010100110010110100100001111110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2811AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2811AA; }

 p { color: rgb(40,17,170); }

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

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

 a { background-color: rgb(40,17,170); }

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

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

 span { border-color: rgb(40,17,170); }

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