Html Css Color HEX #2E1BAA Ultramarine

📋 copy color: '#2E1BAA'

red 46 ◦ green 27 ◦ blue 170

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

Shades of Ultramarine #2E1BAA

Tints of Ultramarine #2E1BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.11%

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

R = 18.93%
G = 11.11%
B = 69.96%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E1BAA (or 0x2E1BAA) is known color: Ultramarine. HEX triplet: 2E, 1B and AA. RGB value is (46,27,170). Sum of RGB (Red+Green+Blue) = 46+27+170=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E1BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1BAA is #D1E455. Grayscale: #303030. Windows color (decimal): -13755478 or 11148078. OLE color: 11148078.

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

Color convert

RGB 46 27 170 -
CMYK 0.73 0.84 0 0.33
HSL 247.97º 0.73% 0.39% -
HSV(B) 247.97º 0.84% 0.67% -
XYZ 8.77 4.27 38.39 -
YUV 48.98 196.29 125.87 -
System Red Green Blue C M Y K H S L
Decimal 46 27 170 0.73 0.84 0 0.33 247.97 0.73 0.39
Hex 2E 1B AA 49 54 0 21 F8 49 27
Octal 56 33 252 111 124 0 41 370 111 47
Binary 101110 11011 10101010 1001001 1010100 0 100001 11111000 1001001 100111

Color Harmonies of #2E1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1BAA

Black with #2E1BAA

Text Example


Text Example

White with #2E1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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