#2B11AA

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

Shades of Ultramarine #2B11AA

Tints of Ultramarine #2B11AA

Color information

#2B11AA (or 0x2B11AA) is unknown color: approx Ultramarine. HEX triplet: 2B, 11 and AA. RGB value is (43,17,170). Sum of RGB (Red+Green+Blue) = 43+17+170=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B11AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B11AA is #D4EE55. Grayscale: #292929. Windows color (decimal): -13954646 or 11145515. OLE color: 11145515.

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

Color convert

RGB4317170-
CMYK0.750.900.33
HSL250.2º81.82%36.67%-
HSV(B)250.2º90%66.67%-
XYZ8.453.8238.32-
YUV42.22200.11128.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 170 (66.80% from 255) = 73.91%
R=18.70%
G=7.39%
B=73.91%

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
Decimal43171700.750.900.33250.281.8236.67
Hex2B11AA4B5A021fa5225
Octal532125211313204137212245
Binary1010111000110101010100101110110100100001111110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B11AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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