#2E14AE

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

Shades of Ultramarine #2E14AE

Tints of Ultramarine #2E14AE

Color information

#2E14AE (or 0x2E14AE) is unknown color: approx Ultramarine. HEX triplet: 2E, 14 and AE. RGB value is (46,20,174). Sum of RGB (Red+Green+Blue) = 46+20+174=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E14AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E14AE is #D1EB51. Grayscale: #2C2C2C. Windows color (decimal): -13757266 or 11408430. OLE color: 11408430.

HSL color Cylindrical-coordinate representation of color #2E14AE: hue angle of 250.13º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E14AE is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4620174-
CMYK0.740.8900.32
HSL250.13º79.38%38.04%-
HSV(B)250.13º88.51%68.24%-
XYZ9.024.1440.37-
YUV45.33200.61128.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 174 (68.36% from 255) = 72.5%
R=19.17%
G=8.33%
B=72.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46201740.740.8900.32250.1379.3838.04
Hex2E14AE4A59020fa4f26
Octal562425611213104037211746
Binary1011101010010101110100101010110010100000111110101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E14AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,20,174); }

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

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

 a { background-color: rgb(46,20,174); }

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

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

 span { border-color: rgb(46,20,174); }

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