#2E0BAB

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

Shades of Ultramarine #2E0BAB

Tints of Ultramarine #2E0BAB

Color information

#2E0BAB (or 0x2E0BAB) is unknown color: approx Ultramarine. HEX triplet: 2E, 0B and AB. RGB value is (46,11,171). Sum of RGB (Red+Green+Blue) = 46+11+171=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E0BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0BAB is #D1F454. Grayscale: #272727. Windows color (decimal): -13759573 or 11209518. OLE color: 11209518.

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

Color convert

RGB4611171-
CMYK0.730.9400.33
HSL253.12º87.91%35.69%-
HSV(B)253.12º93.57%67.06%-
XYZ8.63.7638.8-
YUV39.7202.1132.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.18%
GREEN value IS 11 (4.69% from 255) = 4.82%
BLUE value IS 171 (67.19% from 255) = 75%
R=20.18%
G=4.82%
B=75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46111710.730.9400.33253.1287.9135.69
Hex2EBAB495E021fd5824
Octal561325311113604137513044
Binary101110101110101011100100110111100100001111111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,11,171); }

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

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

 a { background-color: rgb(46,11,171); }

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

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

 span { border-color: rgb(46,11,171); }

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