Html Css Color HEX #2809AA Ultramarine

📋 copy color: '#2809AA'

red 40 ◦ green 9 ◦ blue 170

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

Shades of Ultramarine #2809AA

Tints of Ultramarine #2809AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

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

R = 18.26%
G = 4.11%
B = 77.63%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2809AA (or 0x2809AA) is known color: Ultramarine. HEX triplet: 28, 09 and AA. RGB value is (40,9,170). Sum of RGB (Red+Green+Blue) = 40+9+170=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #2809AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2809AA is #D7F655. Grayscale: #242424. Windows color (decimal): -14153302 or 11143464. OLE color: 11143464.

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

Color convert

RGB 40 9 170 -
CMYK 0.76 0.95 0 0.33
HSL 251.55º 0.9% 0.35% -
HSV(B) 251.55º 0.95% 0.67% -
XYZ 8.23 3.55 38.28 -
YUV 36.62 203.27 130.41 -
System Red Green Blue C M Y K H S L
Decimal 40 9 170 0.76 0.95 0 0.33 251.55 0.9 0.35
Hex 28 9 AA 4C 5F 0 21 FC 5A 23
Octal 50 11 252 114 137 0 41 374 132 43
Binary 101000 1001 10101010 1001100 1011111 0 100001 11111100 1011010 100011

Color Harmonies of #2809AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2809AA

Black with #2809AA

Text Example


Text Example

White with #2809AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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