#2E109D

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

Shades of Ultramarine #2E109D

Tints of Ultramarine #2E109D

Color information

#2E109D (or 0x2E109D) is unknown color: approx Ultramarine. HEX triplet: 2E, 10 and 9D. RGB value is (46,16,157). Sum of RGB (Red+Green+Blue) = 46+16+157=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E109D is #D1EF62. Grayscale: #282828. Windows color (decimal): -13758307 or 10293294. OLE color: 10293294.

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

Color convert

RGB4616157-
CMYK0.710.9000.38
HSL252.77º81.5%33.92%-
HSV(B)252.77º89.81%61.57%-
XYZ7.43.3932.16-
YUV41.04193.44131.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 157 (61.72% from 255) = 71.69%
R=21.00%
G=7.31%
B=71.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46161570.710.9000.38252.7781.533.92
Hex2E109D475A026fd5222
Octal562023510713204637512242
Binary1011101000010011101100011110110100100110111111011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,16,157); }

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

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

 a { background-color: rgb(46,16,157); }

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

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

 span { border-color: rgb(46,16,157); }

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