#3215AA

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

Shades of Ultramarine #3215AA

Tints of Ultramarine #3215AA

Color information

#3215AA (or 0x3215AA) is unknown color: approx Ultramarine. HEX triplet: 32, 15 and AA. RGB value is (50,21,170). Sum of RGB (Red+Green+Blue) = 50+21+170=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #3215AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3215AA is #CDEA55. Grayscale: #2E2E2E. Windows color (decimal): -13494870 or 11146546. OLE color: 11146546.

HSL color Cylindrical-coordinate representation of color #3215AA: hue angle of 251.68º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3215AA is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5021170-
CMYK0.710.8800.33
HSL251.68º78.01%37.45%-
HSV(B)251.68º87.65%66.67%-
XYZ8.844.1238.36-
YUV46.66197.61130.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=20.75%
G=8.71%
B=70.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50211700.710.8800.33251.6878.0137.45
Hex3215AA4758021fc4e25
Octal622525210713004137411645
Binary1100101010110101010100011110110000100001111111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3215AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3215AA; }

 p { color: rgb(50,21,170); }

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

<style>
 a { background-color: #3215AA; }

 a { background-color: rgb(50,21,170); }

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

<style>
 span { border-color: #3215AA; }

 span { border-color: rgb(50,21,170); }

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