#2E089F

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

Shades of Ultramarine #2E089F

Tints of Ultramarine #2E089F

Color information

#2E089F (or 0x2E089F) is unknown color: approx Ultramarine. HEX triplet: 2E, 08 and 9F. RGB value is (46,8,159). Sum of RGB (Red+Green+Blue) = 46+8+159=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E089F is #D1F760. Grayscale: #242424. Windows color (decimal): -13760353 or 10422318. OLE color: 10422318.

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

Color convert

RGB468159-
CMYK0.710.9500.38
HSL255.1º90.42%32.75%-
HSV(B)255.1º94.97%62.35%-
XYZ7.473.2633.04-
YUV36.58197.09134.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.60%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 159 (62.5% from 255) = 74.65%
R=21.60%
G=3.76%
B=74.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4681590.710.9500.38255.190.4232.75
Hex2E89F475F026ff5a21
Octal561023710713704637713241
Binary101110100010011111100011110111110100110111111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,8,159); }

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

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

 a { background-color: rgb(46,8,159); }

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

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

 span { border-color: rgb(46,8,159); }

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