#2E1B9B

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

Shades of Ultramarine #2E1B9B

Tints of Ultramarine #2E1B9B

Color information

#2E1B9B (or 0x2E1B9B) is unknown color: approx Ultramarine. HEX triplet: 2E, 1B and 9B. RGB value is (46,27,155). Sum of RGB (Red+Green+Blue) = 46+27+155=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E1B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1B9B is #D1E464. Grayscale: #2E2E2E. Windows color (decimal): -13755493 or 10165038. OLE color: 10165038.

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

Color convert

RGB4627155-
CMYK0.700.8300.39
HSL248.91º70.33%35.69%-
HSV(B)248.91º82.58%60.78%-
XYZ7.443.7331.34-
YUV47.27188.79127.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.18%
GREEN value IS 27 (10.94% from 255) = 11.84%
BLUE value IS 155 (60.94% from 255) = 67.98%
R=20.18%
G=11.84%
B=67.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal46271550.700.8300.39248.9170.3335.69
Hex2E1B9B4653027f94624
Octal563323310612304737110644
Binary1011101101110011011100011010100110100111111110011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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