#2E1A9E

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

Shades of Ultramarine #2E1A9E

Tints of Ultramarine #2E1A9E

Color information

#2E1A9E (or 0x2E1A9E) is unknown color: approx Ultramarine. HEX triplet: 2E, 1A and 9E. RGB value is (46,26,158). Sum of RGB (Red+Green+Blue) = 46+26+158=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E1A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1A9E is #D1E561. Grayscale: #2E2E2E. Windows color (decimal): -13755746 or 10361390. OLE color: 10361390.

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

Color convert

RGB4626158-
CMYK0.710.8400.38
HSL249.09º71.74%36.08%-
HSV(B)249.09º83.54%61.96%-
XYZ7.673.7932.67-
YUV47.03190.63127.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 158 (62.11% from 255) = 68.70%
R=20%
G=11.30%
B=68.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46261580.710.8400.38249.0971.7436.08
Hex2E1A9E4754026f94824
Octal563223610712404637111044
Binary1011101101010011110100011110101000100110111110011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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