Html Css Color HEX #2E0FAA Ultramarine

📋 copy color: '#2E0FAA'

red 46 ◦ green 15 ◦ blue 170

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

Shades of Ultramarine #2E0FAA

Tints of Ultramarine #2E0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.49%

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

R = 19.91%
G = 6.49%
B = 73.59%

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

#2E0FAA (or 0x2E0FAA) is known color: Ultramarine. HEX triplet: 2E, 0F and AA. RGB value is (46,15,170). Sum of RGB (Red+Green+Blue) = 46+15+170=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0FAA is #D1F055. Grayscale: #292929. Windows color (decimal): -13758550 or 11145006. OLE color: 11145006.

HSL color Cylindrical-coordinate representation of color #2E0FAA: hue angle of 252º degrees, saturation: 0.84, 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 #2E0FAA is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 15 170 -
CMYK 0.73 0.91 0 0.33
HSL 252º 0.84% 0.36% -
HSV(B) 252º 0.91% 0.67% -
XYZ 8.55 3.82 38.32 -
YUV 41.94 200.27 130.9 -
System Red Green Blue C M Y K H S L
Decimal 46 15 170 0.73 0.91 0 0.33 252 0.84 0.36
Hex 2E F AA 49 5B 0 21 FC 54 24
Octal 56 17 252 111 133 0 41 374 124 44
Binary 101110 1111 10101010 1001001 1011011 0 100001 11111100 1010100 100100

Color Harmonies of #2E0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0FAA

Black with #2E0FAA

Text Example


Text Example

White with #2E0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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