#2E0CA9

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

Shades of Ultramarine #2E0CA9

Tints of Ultramarine #2E0CA9

Color information

#2E0CA9 (or 0x2E0CA9) is unknown color: approx Ultramarine. HEX triplet: 2E, 0C and A9. RGB value is (46,12,169). Sum of RGB (Red+Green+Blue) = 46+12+169=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 169 (66.41% from 255 or 74.45% from 227); Max value from RGB is 169 - color contains mainly: blue. Hex color #2E0CA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0CA9 is #D1F356. Grayscale: #272727. Windows color (decimal): -13759319 or 11078702. OLE color: 11078702.

HSL color Cylindrical-coordinate representation of color #2E0CA9: hue angle of 252.99º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0CA9 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4612169-
CMYK0.730.9300.34
HSL252.99º86.74%35.49%-
HSV(B)252.99º92.9%66.27%-
XYZ8.423.7137.81-
YUV40.06200.76132.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 169 (66.41% from 255) = 74.45%
R=20.26%
G=5.29%
B=74.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46121690.730.9300.34252.9986.7435.49
Hex2ECA9495D022fd5723
Octal561425111113504237512743
Binary101110110010101001100100110111010100010111111011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,12,169); }

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

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

 a { background-color: rgb(46,12,169); }

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

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

 span { border-color: rgb(46,12,169); }

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