Html Css Color HEX #2E15AE Ultramarine

📋 copy color: '#2E15AE'

red 46 ◦ green 21 ◦ blue 174

#2E15AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2E15AE

Tints of Ultramarine #2E15AE

RGB

 RED value IS 46 (18.36% from 255) = 19.09%

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 174 (68.36% from 255) = 72.2%

R = 19.09%
G = 8.71%
B = 72.2%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E15AE (or 0x2E15AE) is known color: Ultramarine. HEX triplet: 2E, 15 and AE. RGB value is (46,21,174). Sum of RGB (Red+Green+Blue) = 46+21+174=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E15AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E15AE is #D1EA51. Grayscale: #2D2D2D. Windows color (decimal): -13757010 or 11408686. OLE color: 11408686.

HSL color Cylindrical-coordinate representation of color #2E15AE: hue angle of 249.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E15AE is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 21 174 -
CMYK 0.74 0.88 0 0.32
HSL 249.8º 0.78% 0.38% -
HSV(B) 249.8º 0.88% 0.68% -
XYZ 9.03 4.17 40.37 -
YUV 45.92 200.28 128.06 -
System Red Green Blue C M Y K H S L
Decimal 46 21 174 0.74 0.88 0 0.32 249.8 0.78 0.38
Hex 2E 15 AE 4A 58 0 20 FA 4E 26
Octal 56 25 256 112 130 0 40 372 116 46
Binary 101110 10101 10101110 1001010 1011000 0 100000 11111010 1001110 100110

Color Harmonies of #2E15AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E15AE

Black with #2E15AE

Text Example


Text Example

White with #2E15AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,21,174); }

 H1.HeaderClassName
 {
   color: #2E15AE;
 }
 .AnyTagClassName
 {
   color: #2E15AE;
 }
</style>

background-color css

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

 a { background-color: rgb(46,21,174); }

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

border-color css

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

 span { border-color: rgb(46,21,174); }

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