#2E11AD

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

Shades of Ultramarine #2E11AD

Tints of Ultramarine #2E11AD

Color information

#2E11AD (or 0x2E11AD) is unknown color: approx Ultramarine. HEX triplet: 2E, 11 and AD. RGB value is (46,17,173). Sum of RGB (Red+Green+Blue) = 46+17+173=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E11AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E11AD is #D1EE52. Grayscale: #2A2A2A. Windows color (decimal): -13758035 or 11342126. OLE color: 11342126.

HSL color Cylindrical-coordinate representation of color #2E11AD: hue angle of 251.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E11AD is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4617173-
CMYK0.730.9000.32
HSL251.15º82.11%37.25%-
HSV(B)251.15º90.17%67.84%-
XYZ8.87439.84-
YUV43.46201.11129.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.49%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 173 (67.97% from 255) = 73.31%
R=19.49%
G=7.20%
B=73.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46171730.730.9000.32251.1582.1137.25
Hex2E11AD495A020fb5225
Octal562125511113204037312245
Binary1011101000110101101100100110110100100000111110111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E11AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,17,173); }

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

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

 a { background-color: rgb(46,17,173); }

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

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

 span { border-color: rgb(46,17,173); }

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