#2E0CA5

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

Shades of Ultramarine #2E0CA5

Tints of Ultramarine #2E0CA5

Color information

#2E0CA5 (or 0x2E0CA5) is unknown color: approx Ultramarine. HEX triplet: 2E, 0C and A5. RGB value is (46,12,165). Sum of RGB (Red+Green+Blue) = 46+12+165=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 165 (64.84% from 255 or 73.99% from 223); Max value from RGB is 165 - color contains mainly: blue. Hex color #2E0CA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0CA5 is #D1F35A. Grayscale: #272727. Windows color (decimal): -13759323 or 10816558. OLE color: 10816558.

HSL color Cylindrical-coordinate representation of color #2E0CA5: hue angle of 253.33º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0CA5 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4612165-
CMYK0.720.9300.35
HSL253.33º86.44%34.71%-
HSV(B)253.33º92.73%64.71%-
XYZ8.053.5635.86-
YUV39.61198.76132.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.63%
GREEN value IS 12 (5.08% from 255) = 5.38%
BLUE value IS 165 (64.84% from 255) = 73.99%
R=20.63%
G=5.38%
B=73.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46121650.720.9300.35253.3386.4434.71
Hex2ECA5485D023fd5623
Octal561424511013504337512643
Binary101110110010100101100100010111010100011111111011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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