#2E0ABA

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

Shades of Ultramarine #2E0ABA

Tints of Ultramarine #2E0ABA

Color information

#2E0ABA (or 0x2E0ABA) is unknown color: approx Ultramarine. HEX triplet: 2E, 0A and BA. RGB value is (46,10,186). Sum of RGB (Red+Green+Blue) = 46+10+186=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E0ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0ABA is #D1F545. Grayscale: #282828. Windows color (decimal): -13759814 or 12192302. OLE color: 12192302.

HSL color Cylindrical-coordinate representation of color #2E0ABA: hue angle of 252.27º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0ABA is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4610186-
CMYK0.750.9500.27
HSL252.27º89.8%38.43%-
HSV(B)252.27º94.62%72.94%-
XYZ10.14.3446.76-
YUV40.83209.93131.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 10 (4.30% from 255) = 4.13%
BLUE value IS 186 (73.05% from 255) = 76.86%
R=19.01%
G=4.13%
B=76.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46101860.750.9500.27252.2789.838.43
Hex2EABA4B5F01Bfc5a26
Octal561227211313703337413246
Binary10111010101011101010010111011111011011111111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,10,186); }

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

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

 a { background-color: rgb(46,10,186); }

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

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

 span { border-color: rgb(46,10,186); }

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