#2e199b

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

Shades of Ultramarine #2E199B

Tints of Ultramarine #2E199B

Color information

#2E199B (or 0x2E199B) is unknown color: approx Ultramarine. HEX triplet: 2E, 19 and 9B. RGB value is (46,25,155). Sum of RGB (Red+Green+Blue) = 46+25+155=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E199B is #D1E664. Grayscale: #2D2D2D. Windows color (decimal): -13756005 or 10164526. OLE color: 10164526.

HSL color Cylindrical-coordinate representation of color #2E199B: hue angle of 249.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E199B is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4625155-
CMYK0.700.8400.39
HSL249.69º72.22%35.29%-
HSV(B)249.69º83.87%60.78%-
XYZ7.393.6431.32-
YUV46.1189.46127.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 155 (60.94% from 255) = 68.58%
R=20.35%
G=11.06%
B=68.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal46251550.700.8400.39249.6972.2235.29
Hex2E199B4654027fa4823
Octal563123310612404737211043
Binary1011101100110011011100011010101000100111111110101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e199b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,25,155); }

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

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

 a { background-color: rgb(46,25,155); }

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

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

 span { border-color: rgb(46,25,155); }

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