#3211A9

Color #3211A9 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #3211A9

Tints of Ultramarine #3211A9

Color information

#3211A9 (or 0x3211A9) is unknown color: approx Ultramarine. HEX triplet: 32, 11 and A9. RGB value is (50,17,169). Sum of RGB (Red+Green+Blue) = 50+17+169=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 169 (66.41% from 255 or 71.61% from 236); Max value from RGB is 169 - color contains mainly: blue. Hex color #3211A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3211A9 is #CDEE56. Grayscale: #2B2B2B. Windows color (decimal): -13495895 or 11079986. OLE color: 11079986.

HSL color Cylindrical-coordinate representation of color #3211A9: hue angle of 253.03º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3211A9 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5017169-
CMYK0.700.9000.34
HSL253.03º81.72%36.47%-
HSV(B)253.03º89.94%66.27%-
XYZ8.683.9437.84-
YUV44.2198.43132.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 169 (66.41% from 255) = 71.61%
R=21.19%
G=7.20%
B=71.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal50171690.700.9000.34253.0381.7236.47
Hex3211A9465A022fd5224
Octal622125110613204237512244
Binary1100101000110101001100011010110100100010111111011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3211A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3211A9;
 }
 .AnyTagClassName
 {
   color: #3211A9;
 }
</style>
background-color css

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

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

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

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

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

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