#321AAB

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

Shades of Ultramarine #321AAB

Tints of Ultramarine #321AAB

Color information

#321AAB (or 0x321AAB) is unknown color: approx Ultramarine. HEX triplet: 32, 1A and AB. RGB value is (50,26,171). Sum of RGB (Red+Green+Blue) = 50+26+171=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #321AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321AAB is #CDE554. Grayscale: #313131. Windows color (decimal): -13493589 or 11213362. OLE color: 11213362.

HSL color Cylindrical-coordinate representation of color #321AAB: hue angle of 249.93º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321AAB is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5026171-
CMYK0.710.8500.33
HSL249.93º73.6%38.63%-
HSV(B)249.93º84.8%67.06%-
XYZ9.044.3638.89-
YUV49.71196.45128.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 171 (67.19% from 255) = 69.23%
R=20.24%
G=10.53%
B=69.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50261710.710.8500.33249.9373.638.63
Hex321AAB4755021fa4a27
Octal623225310712504137211247
Binary1100101101010101011100011110101010100001111110101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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