#2e18a4

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

Shades of Ultramarine #2E18A4

Tints of Ultramarine #2E18A4

Color information

#2E18A4 (or 0x2E18A4) is unknown color: approx Ultramarine. HEX triplet: 2E, 18 and A4. RGB value is (46,24,164). Sum of RGB (Red+Green+Blue) = 46+24+164=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 164 (64.45% from 255 or 70.09% from 234); Max value from RGB is 164 - color contains mainly: blue. Hex color #2E18A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E18A4 is #D1E75B. Grayscale: #2E2E2E. Windows color (decimal): -13756252 or 10754094. OLE color: 10754094.

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

Color convert

RGB4624164-
CMYK0.720.8500.36
HSL249.43º74.47%36.86%-
HSV(B)249.43º85.37%64.31%-
XYZ8.153.9135.45-
YUV46.54194.29127.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 164 (64.45% from 255) = 70.09%
R=19.66%
G=10.26%
B=70.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46241640.720.8500.36249.4374.4736.86
Hex2E18A44855024f94a25
Octal563024411012504437111245
Binary1011101100010100100100100010101010100100111110011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e18a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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