#3216B1

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

Shades of Ultramarine #3216B1

Tints of Ultramarine #3216B1

Color information

#3216B1 (or 0x3216B1) is unknown color: approx Ultramarine. HEX triplet: 32, 16 and B1. RGB value is (50,22,177). Sum of RGB (Red+Green+Blue) = 50+22+177=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 177 (69.53% from 255 or 71.08% from 249); Max value from RGB is 177 - color contains mainly: blue. Hex color #3216B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3216B1 is #CDE94E. Grayscale: #2F2F2F. Windows color (decimal): -13494607 or 11605554. OLE color: 11605554.

HSL color Cylindrical-coordinate representation of color #3216B1: hue angle of 250.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3216B1 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5022177-
CMYK0.720.8800.31
HSL250.84º77.89%39.02%-
HSV(B)250.84º87.57%69.41%-
XYZ9.544.4341.95-
YUV48.04200.78129.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 177 (69.53% from 255) = 71.08%
R=20.08%
G=8.84%
B=71.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50221770.720.8800.31250.8477.8939.02
Hex3216B1485801Ffb4e27
Octal622626111013003737311647
Binary110010101101011000110010001011000011111111110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3216B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3216B1; }

 p { color: rgb(50,22,177); }

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

<style>
 a { background-color: #3216B1; }

 a { background-color: rgb(50,22,177); }

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

<style>
 span { border-color: #3216B1; }

 span { border-color: rgb(50,22,177); }

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