Html Css Color HEX #2817AA Ultramarine

📋 copy color: '#2817AA'

red 40 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #2817AA

Tints of Ultramarine #2817AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

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

R = 17.17%
G = 9.87%
B = 72.96%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2817AA (or 0x2817AA) is known color: Ultramarine. HEX triplet: 28, 17 and AA. RGB value is (40,23,170). Sum of RGB (Red+Green+Blue) = 40+23+170=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #2817AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2817AA is #D7E855. Grayscale: #2C2C2C. Windows color (decimal): -14149718 or 11147048. OLE color: 11147048.

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

Color convert

RGB 40 23 170 -
CMYK 0.76 0.86 0 0.33
HSL 246.94º 0.76% 0.38% -
HSV(B) 246.94º 0.86% 0.67% -
XYZ 8.44 3.97 38.35 -
YUV 44.84 198.63 124.55 -
System Red Green Blue C M Y K H S L
Decimal 40 23 170 0.76 0.86 0 0.33 246.94 0.76 0.38
Hex 28 17 AA 4C 56 0 21 F7 4C 26
Octal 50 27 252 114 126 0 41 367 114 46
Binary 101000 10111 10101010 1001100 1010110 0 100001 11110111 1001100 100110

Color Harmonies of #2817AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2817AA

Black with #2817AA

Text Example


Text Example

White with #2817AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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