Html Css Color HEX #2E0AAF Ultramarine

📋 copy color: '#2E0AAF'

red 46 ◦ green 10 ◦ blue 175

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

Shades of Ultramarine #2E0AAF

Tints of Ultramarine #2E0AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.33%

 BLUE value IS 175 (68.75% from 255) = 75.76%

R = 19.91%
G = 4.33%
B = 75.76%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2E0AAF (or 0x2E0AAF) is known color: Ultramarine. HEX triplet: 2E, 0A and AF. RGB value is (46,10,175). Sum of RGB (Red+Green+Blue) = 46+10+175=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E0AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0AAF is #D1F550. Grayscale: #262626. Windows color (decimal): -13759825 or 11471406. OLE color: 11471406.

HSL color Cylindrical-coordinate representation of color #2E0AAF: hue angle of 253.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0AAF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 10 175 -
CMYK 0.74 0.94 0 0.31
HSL 253.09º 0.89% 0.36% -
HSV(B) 253.09º 0.94% 0.69% -
XYZ 8.97 3.89 40.84 -
YUV 39.57 204.43 132.58 -
System Red Green Blue C M Y K H S L
Decimal 46 10 175 0.74 0.94 0 0.31 253.09 0.89 0.36
Hex 2E A AF 4A 5E 0 1F FD 59 24
Octal 56 12 257 112 136 0 37 375 131 44
Binary 101110 1010 10101111 1001010 1011110 0 11111 11111101 1011001 100100

Color Harmonies of #2E0AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0AAF

Black with #2E0AAF

Text Example


Text Example

White with #2E0AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,10,175); }

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

background-color css

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

 a { background-color: rgb(46,10,175); }

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

border-color css

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

 span { border-color: rgb(46,10,175); }

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