#2E1FA6

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

Shades of Ultramarine #2E1FA6

Tints of Ultramarine #2E1FA6

Color information

#2E1FA6 (or 0x2E1FA6) is unknown color: approx Ultramarine. HEX triplet: 2E, 1F and A6. RGB value is (46,31,166). Sum of RGB (Red+Green+Blue) = 46+31+166=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 166 (65.23% from 255 or 68.31% from 243); Max value from RGB is 166 - color contains mainly: blue. Hex color #2E1FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1FA6 is #D1E059. Grayscale: #323232. Windows color (decimal): -13754458 or 10886958. OLE color: 10886958.

HSL color Cylindrical-coordinate representation of color #2E1FA6: hue angle of 246.67º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E1FA6 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4631166-
CMYK0.720.8100.35
HSL246.67º68.53%38.63%-
HSV(B)246.67º81.33%65.1%-
XYZ8.54.3136.46-
YUV50.88192.97124.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 31 (12.5% from 255) = 12.76%
BLUE value IS 166 (65.23% from 255) = 68.31%
R=18.93%
G=12.76%
B=68.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46311660.720.8100.35246.6768.5338.63
Hex2E1FA64851023f74527
Octal563724611012104336710547
Binary1011101111110100110100100010100010100011111101111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,31,166); }

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

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

 a { background-color: rgb(46,31,166); }

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

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

 span { border-color: rgb(46,31,166); }

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