#3219A3

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

Shades of Ultramarine #3219A3

Tints of Ultramarine #3219A3

Color information

#3219A3 (or 0x3219A3) is unknown color: approx Ultramarine. HEX triplet: 32, 19 and A3. RGB value is (50,25,163). Sum of RGB (Red+Green+Blue) = 50+25+163=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 163 (64.06% from 255 or 68.49% from 238); Max value from RGB is 163 - color contains mainly: blue. Hex color #3219A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3219A3 is #CDE65C. Grayscale: #2F2F2F. Windows color (decimal): -13493853 or 10688818. OLE color: 10688818.

HSL color Cylindrical-coordinate representation of color #3219A3: hue angle of 250.87º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3219A3 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5025163-
CMYK0.690.8500.36
HSL250.87º73.4%36.86%-
HSV(B)250.87º84.66%63.92%-
XYZ8.274.0234.99-
YUV48.21192.78129.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 163 (64.06% from 255) = 68.49%
R=21.01%
G=10.50%
B=68.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50251630.690.8500.36250.8773.436.86
Hex3219A34555024fb4925
Octal623124310512504437311145
Binary1100101100110100011100010110101010100100111110111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3219A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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