#2E1BAD

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

Shades of Ultramarine #2E1BAD

Tints of Ultramarine #2E1BAD

Color information

#2E1BAD (or 0x2E1BAD) is unknown color: approx Ultramarine. HEX triplet: 2E, 1B and AD. RGB value is (46,27,173). Sum of RGB (Red+Green+Blue) = 46+27+173=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E1BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1BAD is #D1E452. Grayscale: #303030. Windows color (decimal): -13755475 or 11344686. OLE color: 11344686.

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

Color convert

RGB4627173-
CMYK0.730.8400.32
HSL247.81º73%39.22%-
HSV(B)247.81º84.39%67.84%-
XYZ9.064.3839.9-
YUV49.32197.79125.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 27 (10.94% from 255) = 10.98%
BLUE value IS 173 (67.97% from 255) = 70.33%
R=18.70%
G=10.98%
B=70.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46271730.730.8400.32247.817339.22
Hex2E1BAD4954020f84927
Octal563325511112404037011147
Binary1011101101110101101100100110101000100000111110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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