Html Css Color HEX #3211AD Ultramarine

📋 copy color: '#3211AD'

red 50 ◦ green 17 ◦ blue 173

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

Shades of Ultramarine #3211AD

Tints of Ultramarine #3211AD

RGB

 RED value IS 50 (19.92% from 255) = 20.83%

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

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

R = 20.83%
G = 7.08%
B = 72.08%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3211AD (or 0x3211AD) is known color: Ultramarine. HEX triplet: 32, 11 and AD. RGB value is (50,17,173). Sum of RGB (Red+Green+Blue) = 50+17+173=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #3211AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3211AD is #CDEE52. Grayscale: #2C2C2C. Windows color (decimal): -13495891 or 11342130. OLE color: 11342130.

HSL color Cylindrical-coordinate representation of color #3211AD: hue angle of 252.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3211AD is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 17 173 -
CMYK 0.71 0.90 0 0.32
HSL 252.69º 0.82% 0.37% -
HSV(B) 252.69º 0.9% 0.68% -
XYZ 9.06 4.1 39.85 -
YUV 44.65 200.43 131.82 -
System Red Green Blue C M Y K H S L
Decimal 50 17 173 0.71 0.90 0 0.32 252.69 0.82 0.37
Hex 32 11 AD 47 5A 0 20 FD 52 25
Octal 62 21 255 107 132 0 40 375 122 45
Binary 110010 10001 10101101 1000111 1011010 0 100000 11111101 1010010 100101

Color Harmonies of #3211AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3211AD

Black with #3211AD

Text Example


Text Example

White with #3211AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,17,173); }

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

background-color css

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

 a { background-color: rgb(50,17,173); }

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

border-color css

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

 span { border-color: rgb(50,17,173); }

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