#2E0DAD

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

Shades of Ultramarine #2E0DAD

Tints of Ultramarine #2E0DAD

Color information

#2E0DAD (or 0x2E0DAD) is unknown color: approx Ultramarine. HEX triplet: 2E, 0D and AD. RGB value is (46,13,173). Sum of RGB (Red+Green+Blue) = 46+13+173=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E0DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0DAD is #D1F252. Grayscale: #282828. Windows color (decimal): -13759059 or 11341102. OLE color: 11341102.

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

Color convert

RGB4613173-
CMYK0.730.9200.32
HSL252.38º86.02%36.47%-
HSV(B)252.38º92.49%67.84%-
XYZ8.813.8939.82-
YUV41.11202.43131.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.83%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 173 (67.97% from 255) = 74.57%
R=19.83%
G=5.60%
B=74.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46131730.730.9200.32252.3886.0236.47
Hex2EDAD495C020fc5624
Octal561525511113404037412644
Binary101110110110101101100100110111000100000111111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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