#3117AC

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

Shades of Ultramarine #3117AC

Tints of Ultramarine #3117AC

Color information

#3117AC (or 0x3117AC) is unknown color: approx Ultramarine. HEX triplet: 31, 17 and AC. RGB value is (49,23,172). Sum of RGB (Red+Green+Blue) = 49+23+172=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #3117AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3117AC is #CEE853. Grayscale: #2F2F2F. Windows color (decimal): -13559892 or 11278129. OLE color: 11278129.

HSL color Cylindrical-coordinate representation of color #3117AC: hue angle of 250.47º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3117AC is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4923172-
CMYK0.720.8700.33
HSL250.47º76.41%38.24%-
HSV(B)250.47º86.63%67.45%-
XYZ9.024.2439.37-
YUV47.76198.11128.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 23 (9.38% from 255) = 9.43%
BLUE value IS 172 (67.58% from 255) = 70.49%
R=20.08%
G=9.43%
B=70.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49231720.720.8700.33250.4776.4138.24
Hex3117AC4857021fa4c26
Octal612725411012704137211446
Binary1100011011110101100100100010101110100001111110101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3117AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3117AC; }

 p { color: rgb(49,23,172); }

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

<style>
 a { background-color: #3117AC; }

 a { background-color: rgb(49,23,172); }

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

<style>
 span { border-color: #3117AC; }

 span { border-color: rgb(49,23,172); }

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