Html Css Color HEX #2811AA Ultramarine

📋 copy color: '#2811AA'

red 40 ◦ green 17 ◦ blue 170

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

Shades of Ultramarine #2811AA

Tints of Ultramarine #2811AA

RGB

 RED value IS 40 (16.02% from 255) = 17.62%

 GREEN value IS 17 (7.03% from 255) = 7.49%

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

R = 17.62%
G = 7.49%
B = 74.89%

CMYK

 C value IS 0.76

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2811AA (or 0x2811AA) is known color: Ultramarine. HEX triplet: 28, 11 and AA. RGB value is (40,17,170). Sum of RGB (Red+Green+Blue) = 40+17+170=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #2811AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2811AA is #D7EE55. Grayscale: #282828. Windows color (decimal): -14151254 or 11145512. OLE color: 11145512.

HSL color Cylindrical-coordinate representation of color #2811AA: hue angle of 249.02º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2811AA is Cyan = 0.76, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 17 170 -
CMYK 0.76 0.9 0 0.33
HSL 249.02º 0.82% 0.37% -
HSV(B) 249.02º 0.9% 0.67% -
XYZ 8.33 3.75 38.32 -
YUV 41.32 200.62 127.06 -
System Red Green Blue C M Y K H S L
Decimal 40 17 170 0.76 0.9 0 0.33 249.02 0.82 0.37
Hex 28 11 AA 4C 5A 0 21 F9 52 25
Octal 50 21 252 114 132 0 41 371 122 45
Binary 101000 10001 10101010 1001100 1011010 0 100001 11111001 1010010 100101

Color Harmonies of #2811AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2811AA

Black with #2811AA

Text Example


Text Example

White with #2811AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2811AA; }

 p { color: rgb(40,17,170); }

 H1.HeaderClassName
 {
   color: #2811AA;
 }
 .AnyTagClassName
 {
   color: #2811AA;
 }
</style>

background-color css

<style>
 a { background-color: #2811AA; }

 a { background-color: rgb(40,17,170); }

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

border-color css

<style>
 span { border-color: #2811AA; }

 span { border-color: rgb(40,17,170); }

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