#2E1BAA

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

Shades of Ultramarine #2E1BAA

Tints of Ultramarine #2E1BAA

Color information

#2E1BAA (or 0x2E1BAA) is unknown color: approx Ultramarine. HEX triplet: 2E, 1B and AA. RGB value is (46,27,170). Sum of RGB (Red+Green+Blue) = 46+27+170=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E1BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1BAA is #D1E455. Grayscale: #303030. Windows color (decimal): -13755478 or 11148078. OLE color: 11148078.

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

Color convert

RGB4627170-
CMYK0.730.8400.33
HSL247.97º72.59%38.63%-
HSV(B)247.97º84.12%66.67%-
XYZ8.774.2738.39-
YUV48.98196.29125.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 170 (66.80% from 255) = 69.96%
R=18.93%
G=11.11%
B=69.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46271700.730.8400.33247.9772.5938.63
Hex2E1BAA4954021f84927
Octal563325211112404137011147
Binary1011101101110101010100100110101000100001111110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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