#2A11AA

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

Shades of Ultramarine #2A11AA

Tints of Ultramarine #2A11AA

Color information

#2A11AA (or 0x2A11AA) is unknown color: approx Ultramarine. HEX triplet: 2A, 11 and AA. RGB value is (42,17,170). Sum of RGB (Red+Green+Blue) = 42+17+170=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A11AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A11AA is #D5EE55. Grayscale: #292929. Windows color (decimal): -14020182 or 11145514. OLE color: 11145514.

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

Color convert

RGB4217170-
CMYK0.750.900.33
HSL249.8º81.82%36.67%-
HSV(B)249.8º90%66.67%-
XYZ8.413.838.32-
YUV41.92200.28128.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.34%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 170 (66.80% from 255) = 74.24%
R=18.34%
G=7.42%
B=74.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171700.750.900.33249.881.8236.67
Hex2A11AA4B5A021fa5225
Octal522125211313204137212245
Binary1010101000110101010100101110110100100001111110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A11AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A11AA; }

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

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

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

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

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

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

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

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