Html Css Color HEX #2817AD Ultramarine

📋 copy color: '#2817AD'

red 40 ◦ green 23 ◦ blue 173

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

Shades of Ultramarine #2817AD

Tints of Ultramarine #2817AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 73.31%

R = 16.95%
G = 9.75%
B = 73.31%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2817AD (or 0x2817AD) is known color: Ultramarine. HEX triplet: 28, 17 and AD. RGB value is (40,23,173). Sum of RGB (Red+Green+Blue) = 40+23+173=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #2817AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2817AD is #D7E852. Grayscale: #2C2C2C. Windows color (decimal): -14149715 or 11343656. OLE color: 11343656.

HSL color Cylindrical-coordinate representation of color #2817AD: hue angle of 246.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2817AD is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 23 173 -
CMYK 0.77 0.87 0 0.32
HSL 246.8º 0.77% 0.38% -
HSV(B) 246.8º 0.87% 0.68% -
XYZ 8.72 4.08 39.86 -
YUV 45.18 200.13 124.3 -
System Red Green Blue C M Y K H S L
Decimal 40 23 173 0.77 0.87 0 0.32 246.8 0.77 0.38
Hex 28 17 AD 4D 57 0 20 F7 4D 26
Octal 50 27 255 115 127 0 40 367 115 46
Binary 101000 10111 10101101 1001101 1010111 0 100000 11110111 1001101 100110

Color Harmonies of #2817AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2817AD

Black with #2817AD

Text Example


Text Example

White with #2817AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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