#3217A8

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

Shades of Ultramarine #3217A8

Tints of Ultramarine #3217A8

Color information

#3217A8 (or 0x3217A8) is unknown color: approx Ultramarine. HEX triplet: 32, 17 and A8. RGB value is (50,23,168). Sum of RGB (Red+Green+Blue) = 50+23+168=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 168 (66.02% from 255 or 69.71% from 241); Max value from RGB is 168 - color contains mainly: blue. Hex color #3217A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3217A8 is #CDE857. Grayscale: #2F2F2F. Windows color (decimal): -13494360 or 11015986. OLE color: 11015986.

HSL color Cylindrical-coordinate representation of color #3217A8: hue angle of 251.17º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3217A8 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5023168-
CMYK0.700.8600.34
HSL251.17º75.92%37.45%-
HSV(B)251.17º86.31%65.88%-
XYZ8.694.1237.38-
YUV47.6195.95129.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 23 (9.38% from 255) = 9.54%
BLUE value IS 168 (66.02% from 255) = 69.71%
R=20.75%
G=9.54%
B=69.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal50231680.700.8600.34251.1775.9237.45
Hex3217A84656022fb4c25
Octal622725010612604237311445
Binary1100101011110101000100011010101100100010111110111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3217A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3217A8; }

 p { color: rgb(50,23,168); }

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

<style>
 a { background-color: #3217A8; }

 a { background-color: rgb(50,23,168); }

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

<style>
 span { border-color: #3217A8; }

 span { border-color: rgb(50,23,168); }

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