#3212A9

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

Shades of Ultramarine #3212A9

Tints of Ultramarine #3212A9

Color information

#3212A9 (or 0x3212A9) is unknown color: approx Ultramarine. HEX triplet: 32, 12 and A9. RGB value is (50,18,169). Sum of RGB (Red+Green+Blue) = 50+18+169=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #3212A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3212A9 is #CDED56. Grayscale: #2C2C2C. Windows color (decimal): -13495639 or 11080242. OLE color: 11080242.

HSL color Cylindrical-coordinate representation of color #3212A9: hue angle of 252.72º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3212A9 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5018169-
CMYK0.700.8900.34
HSL252.72º80.75%36.67%-
HSV(B)252.72º89.35%66.27%-
XYZ8.693.9837.85-
YUV44.78198.1131.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 169 (66.41% from 255) = 71.31%
R=21.10%
G=7.59%
B=71.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal50181690.700.8900.34252.7280.7536.67
Hex3212A94659022fd5125
Octal622225110613104237512145
Binary1100101001010101001100011010110010100010111111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3212A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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