#2E0DB0

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

Shades of Ultramarine #2E0DB0

Tints of Ultramarine #2E0DB0

Color information

#2E0DB0 (or 0x2E0DB0) is unknown color: approx Ultramarine. HEX triplet: 2E, 0D and B0. RGB value is (46,13,176). Sum of RGB (Red+Green+Blue) = 46+13+176=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 176 (69.14% from 255 or 74.89% from 235); Max value from RGB is 176 - color contains mainly: blue. Hex color #2E0DB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0DB0 is #D1F24F. Grayscale: #282828. Windows color (decimal): -13759056 or 11537710. OLE color: 11537710.

HSL color Cylindrical-coordinate representation of color #2E0DB0: hue angle of 252.15º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0DB0 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4613176-
CMYK0.740.9300.31
HSL252.15º86.24%37.06%-
HSV(B)252.15º92.61%69.02%-
XYZ9.11441.37-
YUV41.45203.93131.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 176 (69.14% from 255) = 74.89%
R=19.57%
G=5.53%
B=74.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46131760.740.9300.31252.1586.2437.06
Hex2EDB04A5D01Ffc5625
Octal561526011213503737412645
Binary10111011011011000010010101011101011111111111001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,13,176); }

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

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

 a { background-color: rgb(46,13,176); }

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

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

 span { border-color: rgb(46,13,176); }

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