#2E159E

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

Shades of Ultramarine #2E159E

Tints of Ultramarine #2E159E

Color information

#2E159E (or 0x2E159E) is unknown color: approx Ultramarine. HEX triplet: 2E, 15 and 9E. RGB value is (46,21,158). Sum of RGB (Red+Green+Blue) = 46+21+158=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E159E is #D1EA61. Grayscale: #2B2B2B. Windows color (decimal): -13757026 or 10360110. OLE color: 10360110.

HSL color Cylindrical-coordinate representation of color #2E159E: hue angle of 250.95º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E159E is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4621158-
CMYK0.710.8700.38
HSL250.95º76.54%35.1%-
HSV(B)250.95º86.71%61.96%-
XYZ7.573.5932.64-
YUV44.09192.28129.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 158 (62.11% from 255) = 70.22%
R=20.44%
G=9.33%
B=70.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46211580.710.8700.38250.9576.5435.1
Hex2E159E4757026fb4d23
Octal562523610712704637311543
Binary1011101010110011110100011110101110100110111110111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,21,158); }

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

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

 a { background-color: rgb(46,21,158); }

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

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

 span { border-color: rgb(46,21,158); }

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