Html Css Color HEX #2E10AA Ultramarine

📋 copy color: '#2E10AA'

red 46 ◦ green 16 ◦ blue 170

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

Shades of Ultramarine #2E10AA

Tints of Ultramarine #2E10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 170 (66.8% from 255) = 73.28%

R = 19.83%
G = 6.9%
B = 73.28%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E10AA (or 0x2E10AA) is known color: Ultramarine. HEX triplet: 2E, 10 and AA. RGB value is (46,16,170). Sum of RGB (Red+Green+Blue) = 46+16+170=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E10AA is #D1EF55. Grayscale: #292929. Windows color (decimal): -13758294 or 11145262. OLE color: 11145262.

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

Color convert

RGB 46 16 170 -
CMYK 0.73 0.91 0 0.33
HSL 251.69º 0.83% 0.36% -
HSV(B) 251.69º 0.91% 0.67% -
XYZ 8.57 3.85 38.32 -
YUV 42.53 199.94 130.48 -
System Red Green Blue C M Y K H S L
Decimal 46 16 170 0.73 0.91 0 0.33 251.69 0.83 0.36
Hex 2E 10 AA 49 5B 0 21 FC 53 24
Octal 56 20 252 111 133 0 41 374 123 44
Binary 101110 10000 10101010 1001001 1011011 0 100001 11111100 1010011 100100

Color Harmonies of #2E10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E10AA

Black with #2E10AA

Text Example


Text Example

White with #2E10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,16,170); }

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

background-color css

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

 a { background-color: rgb(46,16,170); }

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

border-color css

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

 span { border-color: rgb(46,16,170); }

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