#2C11A9

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

Shades of Ultramarine #2C11A9

Tints of Ultramarine #2C11A9

Color information

#2C11A9 (or 0x2C11A9) is unknown color: approx Ultramarine. HEX triplet: 2C, 11 and A9. RGB value is (44,17,169). Sum of RGB (Red+Green+Blue) = 44+17+169=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 169 (66.41% from 255 or 73.48% from 230); Max value from RGB is 169 - color contains mainly: blue. Hex color #2C11A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C11A9 is #D3EE56. Grayscale: #292929. Windows color (decimal): -13889111 or 11079980. OLE color: 11079980.

HSL color Cylindrical-coordinate representation of color #2C11A9: hue angle of 250.66º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C11A9 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4417169-
CMYK0.740.9000.34
HSL250.66º81.72%36.47%-
HSV(B)250.66º89.94%66.27%-
XYZ8.43.837.83-
YUV42.4199.45129.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.13%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 169 (66.41% from 255) = 73.48%
R=19.13%
G=7.39%
B=73.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44171690.740.9000.34250.6681.7236.47
Hex2C11A94A5A022fb5224
Octal542125111213204237312244
Binary1011001000110101001100101010110100100010111110111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C11A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,17,169); }

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

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

 a { background-color: rgb(44,17,169); }

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

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

 span { border-color: rgb(44,17,169); }

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