#3215B4

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

Shades of Ultramarine #3215B4

Tints of Ultramarine #3215B4

Color information

#3215B4 (or 0x3215B4) is unknown color: approx Ultramarine. HEX triplet: 32, 15 and B4. RGB value is (50,21,180). Sum of RGB (Red+Green+Blue) = 50+21+180=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 180 (70.70% from 255 or 71.71% from 251); Max value from RGB is 180 - color contains mainly: blue. Hex color #3215B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215B4 is #CDEA4B. Grayscale: #2F2F2F. Windows color (decimal): -13494860 or 11801906. OLE color: 11801906.

HSL color Cylindrical-coordinate representation of color #3215B4: hue angle of 250.94º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3215B4 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5021180-
CMYK0.720.8800.29
HSL250.94º79.1%39.41%-
HSV(B)250.94º88.33%70.59%-
XYZ9.824.5143.53-
YUV47.8202.61129.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 21 (8.59% from 255) = 8.37%
BLUE value IS 180 (70.70% from 255) = 71.71%
R=19.92%
G=8.37%
B=71.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50211800.720.8800.29250.9479.139.41
Hex3215B4485801Dfb4f27
Octal622526411013003537311747
Binary110010101011011010010010001011000011101111110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3215B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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