#2E189D

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

Shades of Ultramarine #2E189D

Tints of Ultramarine #2E189D

Color information

#2E189D (or 0x2E189D) is unknown color: approx Ultramarine. HEX triplet: 2E, 18 and 9D. RGB value is (46,24,157). Sum of RGB (Red+Green+Blue) = 46+24+157=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E189D is #D1E762. Grayscale: #2D2D2D. Windows color (decimal): -13756259 or 10295342. OLE color: 10295342.

HSL color Cylindrical-coordinate representation of color #2E189D: hue angle of 249.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E189D is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4624157-
CMYK0.710.8500.38
HSL249.92º73.48%35.49%-
HSV(B)249.92º84.71%61.57%-
XYZ7.543.6732.21-
YUV45.74190.79128.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 157 (61.72% from 255) = 69.16%
R=20.26%
G=10.57%
B=69.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46241570.710.8500.38249.9273.4835.49
Hex2E189D4755026fa4923
Octal563023510712504637211143
Binary1011101100010011101100011110101010100110111110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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