#2D11A9

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

Shades of Ultramarine #2D11A9

Tints of Ultramarine #2D11A9

Color information

#2D11A9 (or 0x2D11A9) is unknown color: approx Ultramarine. HEX triplet: 2D, 11 and A9. RGB value is (45,17,169). Sum of RGB (Red+Green+Blue) = 45+17+169=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 169 (66.41% from 255 or 73.16% from 231); Max value from RGB is 169 - color contains mainly: blue. Hex color #2D11A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D11A9 is #D2EE56. Grayscale: #2A2A2A. Windows color (decimal): -13823575 or 11079981. OLE color: 11079981.

HSL color Cylindrical-coordinate representation of color #2D11A9: hue angle of 251.05º 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 #2D11A9 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4517169-
CMYK0.730.9000.34
HSL251.05º81.72%36.47%-
HSV(B)251.05º89.94%66.27%-
XYZ8.443.8237.83-
YUV42.7199.28129.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.48%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 169 (66.41% from 255) = 73.16%
R=19.48%
G=7.36%
B=73.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal45171690.730.9000.34251.0581.7236.47
Hex2D11A9495A022fb5224
Octal552125111113204237312244
Binary1011011000110101001100100110110100100010111110111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D11A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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