#2E0FA4

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

Shades of Ultramarine #2E0FA4

Tints of Ultramarine #2E0FA4

Color information

#2E0FA4 (or 0x2E0FA4) is unknown color: approx Ultramarine. HEX triplet: 2E, 0F and A4. RGB value is (46,15,164). Sum of RGB (Red+Green+Blue) = 46+15+164=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 164 (64.45% from 255 or 72.89% from 225); Max value from RGB is 164 - color contains mainly: blue. Hex color #2E0FA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0FA4 is #D1F05B. Grayscale: #282828. Windows color (decimal): -13758556 or 10751790. OLE color: 10751790.

HSL color Cylindrical-coordinate representation of color #2E0FA4: hue angle of 252.48º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0FA4 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4615164-
CMYK0.720.9100.36
HSL252.48º83.24%35.1%-
HSV(B)252.48º90.85%64.31%-
XYZ83.635.4-
YUV41.26197.27131.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 164 (64.45% from 255) = 72.89%
R=20.44%
G=6.67%
B=72.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46151640.720.9100.36252.4883.2435.1
Hex2EFA4485B024fc5323
Octal561724411013304437412343
Binary101110111110100100100100010110110100100111111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,15,164); }

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

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

 a { background-color: rgb(46,15,164); }

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

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

 span { border-color: rgb(46,15,164); }

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