#2E239A

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

Shades of Ultramarine #2E239A

Tints of Ultramarine #2E239A

Color information

#2E239A (or 0x2E239A) is unknown color: approx Ultramarine. HEX triplet: 2E, 23 and 9A. RGB value is (46,35,154). Sum of RGB (Red+Green+Blue) = 46+35+154=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E239A is #D1DC65. Grayscale: #333333. Windows color (decimal): -13753446 or 10101550. OLE color: 10101550.

HSL color Cylindrical-coordinate representation of color #2E239A: hue angle of 245.55º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E239A is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4635154-
CMYK0.700.7700.40
HSL245.55º62.96%37.06%-
HSV(B)245.55º77.27%60.39%-
XYZ7.564.1230.97-
YUV51.86185.64123.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 154 (60.55% from 255) = 65.53%
R=19.57%
G=14.89%
B=65.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal46351540.700.7700.40245.5562.9637.06
Hex2E239A464D028f63f25
Octal56432321061150503667745
Binary1011101000111001101010001101001101010100011110110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,35,154); }

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

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

 a { background-color: rgb(46,35,154); }

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

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

 span { border-color: rgb(46,35,154); }

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