#3212A2

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

Shades of Ultramarine #3212A2

Tints of Ultramarine #3212A2

Color information

#3212A2 (or 0x3212A2) is unknown color: approx Ultramarine. HEX triplet: 32, 12 and A2. RGB value is (50,18,162). Sum of RGB (Red+Green+Blue) = 50+18+162=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 162 (63.67% from 255 or 70.43% from 230); Max value from RGB is 162 - color contains mainly: blue. Hex color #3212A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3212A2 is #CDED5D. Grayscale: #2B2B2B. Windows color (decimal): -13495646 or 10621490. OLE color: 10621490.

HSL color Cylindrical-coordinate representation of color #3212A2: hue angle of 253.33º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3212A2 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5018162-
CMYK0.690.8900.36
HSL253.33º80%35.29%-
HSV(B)253.33º88.89%63.53%-
XYZ8.053.7234.48-
YUV43.98194.6132.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 18 (7.42% from 255) = 7.83%
BLUE value IS 162 (63.67% from 255) = 70.43%
R=21.74%
G=7.83%
B=70.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50181620.690.8900.36253.338035.29
Hex3212A24559024fd5023
Octal622224210513104437512043
Binary1100101001010100010100010110110010100100111111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3212A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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