#2E0DAC

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

Shades of Ultramarine #2E0DAC

Tints of Ultramarine #2E0DAC

Color information

#2E0DAC (or 0x2E0DAC) is unknown color: approx Ultramarine. HEX triplet: 2E, 0D and AC. RGB value is (46,13,172). Sum of RGB (Red+Green+Blue) = 46+13+172=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E0DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0DAC is #D1F253. Grayscale: #282828. Windows color (decimal): -13759060 or 11275566. OLE color: 11275566.

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

Color convert

RGB4613172-
CMYK0.730.9200.33
HSL252.45º85.95%36.27%-
HSV(B)252.45º92.44%67.45%-
XYZ8.723.8539.31-
YUV40.99201.93131.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 172 (67.58% from 255) = 74.46%
R=19.91%
G=5.63%
B=74.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46131720.730.9200.33252.4585.9536.27
Hex2EDAC495C021fc5624
Octal561525411113404137412644
Binary101110110110101100100100110111000100001111111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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