#2E059E

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

Shades of Ultramarine #2E059E

Tints of Ultramarine #2E059E

Color information

#2E059E (or 0x2E059E) is unknown color: approx Ultramarine. HEX triplet: 2E, 05 and 9E. RGB value is (46,5,158). Sum of RGB (Red+Green+Blue) = 46+5+158=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E059E is #D1FA61. Grayscale: #222222. Windows color (decimal): -13761122 or 10356014. OLE color: 10356014.

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

Color convert

RGB465158-
CMYK0.710.9700.38
HSL256.08º93.87%31.96%-
HSV(B)256.08º96.84%61.96%-
XYZ7.353.1632.57-
YUV34.7197.58136.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 158 (62.11% from 255) = 75.60%
R=22.01%
G=2.39%
B=75.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4651580.710.9700.38256.0893.8731.96
Hex2E59E47610261005e20
Octal56523610714104640013640
Binary101110101100111101000111110000101001101000000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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