#3214a2

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

Shades of Ultramarine #3214A2

Tints of Ultramarine #3214A2

Color information

#3214A2 (or 0x3214A2) is unknown color: approx Ultramarine. HEX triplet: 32, 14 and A2. RGB value is (50,20,162). Sum of RGB (Red+Green+Blue) = 50+20+162=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 162 (63.67% from 255 or 69.83% from 232); Max value from RGB is 162 - color contains mainly: blue. Hex color #3214A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3214A2 is #CDEB5D. Grayscale: #2C2C2C. Windows color (decimal): -13495134 or 10622002. OLE color: 10622002.

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

Color convert

RGB5020162-
CMYK0.690.8800.36
HSL252.68º78.02%35.69%-
HSV(B)252.68º87.65%63.53%-
XYZ8.093.7934.49-
YUV45.16193.94131.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 162 (63.67% from 255) = 69.83%
R=21.55%
G=8.62%
B=69.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50201620.690.8800.36252.6878.0235.69
Hex3214A24558024fd4e24
Octal622424210513004437511644
Binary1100101010010100010100010110110000100100111111011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3214a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3214a2; }

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

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

<style>
 a { background-color: #3214a2; }

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

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

<style>
 span { border-color: #3214a2; }

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

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