#321AA1

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

Shades of Ultramarine #321AA1

Tints of Ultramarine #321AA1

Color information

#321AA1 (or 0x321AA1) is unknown color: approx Ultramarine. HEX triplet: 32, 1A and A1. RGB value is (50,26,161). Sum of RGB (Red+Green+Blue) = 50+26+161=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 161 (63.28% from 255 or 67.93% from 237); Max value from RGB is 161 - color contains mainly: blue. Hex color #321AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321AA1 is #CDE55E. Grayscale: #303030. Windows color (decimal): -13493599 or 10558002. OLE color: 10558002.

HSL color Cylindrical-coordinate representation of color #321AA1: hue angle of 250.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321AA1 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5026161-
CMYK0.690.8400.37
HSL250.67º72.19%36.67%-
HSV(B)250.67º83.85%63.14%-
XYZ8.123.9934.06-
YUV48.57191.45129.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 161 (63.28% from 255) = 67.93%
R=21.10%
G=10.97%
B=67.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50261610.690.8400.37250.6772.1936.67
Hex321AA14554025fb4825
Octal623224110512404537311045
Binary1100101101010100001100010110101000100101111110111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321AA1; }

 p { color: rgb(50,26,161); }

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

<style>
 a { background-color: #321AA1; }

 a { background-color: rgb(50,26,161); }

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

<style>
 span { border-color: #321AA1; }

 span { border-color: rgb(50,26,161); }

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