#3219AC

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

Shades of Ultramarine #3219AC

Tints of Ultramarine #3219AC

Color information

#3219AC (or 0x3219AC) is unknown color: approx Ultramarine. HEX triplet: 32, 19 and AC. RGB value is (50,25,172). Sum of RGB (Red+Green+Blue) = 50+25+172=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #3219AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3219AC is #CDE653. Grayscale: #303030. Windows color (decimal): -13493844 or 11278642. OLE color: 11278642.

HSL color Cylindrical-coordinate representation of color #3219AC: hue angle of 250.2º degrees, saturation: 0.75, 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 #3219AC is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5025172-
CMYK0.710.8500.33
HSL250.2º74.62%38.63%-
HSV(B)250.2º85.47%67.45%-
XYZ9.114.3539.39-
YUV49.23197.28128.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 172 (67.58% from 255) = 69.64%
R=20.24%
G=10.12%
B=69.64%

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
Decimal50251720.710.8500.33250.274.6238.63
Hex3219AC4755021fa4b27
Octal623125410712504137211347
Binary1100101100110101100100011110101010100001111110101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3219AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3219AC; }

 p { color: rgb(50,25,172); }

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

<style>
 a { background-color: #3219AC; }

 a { background-color: rgb(50,25,172); }

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

<style>
 span { border-color: #3219AC; }

 span { border-color: rgb(50,25,172); }

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