#2E0CAD

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

Shades of Ultramarine #2E0CAD

Tints of Ultramarine #2E0CAD

Color information

#2E0CAD (or 0x2E0CAD) is unknown color: approx Ultramarine. HEX triplet: 2E, 0C and AD. RGB value is (46,12,173). Sum of RGB (Red+Green+Blue) = 46+12+173=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E0CAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0CAD is #D1F352. Grayscale: #272727. Windows color (decimal): -13759315 or 11340846. OLE color: 11340846.

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

Color convert

RGB4612173-
CMYK0.730.9300.32
HSL252.67º87.03%36.27%-
HSV(B)252.67º93.06%67.84%-
XYZ8.83.8639.82-
YUV40.52202.76131.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 173 (67.97% from 255) = 74.89%
R=19.91%
G=5.19%
B=74.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46121730.730.9300.32252.6787.0336.27
Hex2ECAD495D020fd5724
Octal561425511113504037512744
Binary101110110010101101100100110111010100000111111011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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