#2811AC

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

Shades of Ultramarine #2811AC

Tints of Ultramarine #2811AC

Color information

#2811AC (or 0x2811AC) is unknown color: approx Ultramarine. HEX triplet: 28, 11 and AC. RGB value is (40,17,172). Sum of RGB (Red+Green+Blue) = 40+17+172=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #2811AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2811AC is #D7EE53. Grayscale: #282828. Windows color (decimal): -14151252 or 11276584. OLE color: 11276584.

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

Color convert

RGB4017172-
CMYK0.770.9000.33
HSL248.9º82.01%37.06%-
HSV(B)248.9º90.12%67.45%-
XYZ8.523.8339.32-
YUV41.55201.62126.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 172 (67.58% from 255) = 75.11%
R=17.47%
G=7.42%
B=75.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40171720.770.9000.33248.982.0137.06
Hex2811AC4D5A021f95225
Octal502125411513204137112245
Binary1010001000110101100100110110110100100001111110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2811AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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