#3117AE

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

Shades of Ultramarine #3117AE

Tints of Ultramarine #3117AE

Color information

#3117AE (or 0x3117AE) is unknown color: approx Ultramarine. HEX triplet: 31, 17 and AE. RGB value is (49,23,174). Sum of RGB (Red+Green+Blue) = 49+23+174=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #3117AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3117AE is #CEE851. Grayscale: #2F2F2F. Windows color (decimal): -13559890 or 11409201. OLE color: 11409201.

HSL color Cylindrical-coordinate representation of color #3117AE: hue angle of 250.33º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3117AE is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4923174-
CMYK0.720.8700.32
HSL250.33º76.65%38.63%-
HSV(B)250.33º86.78%68.24%-
XYZ9.214.3240.39-
YUV47.99199.11128.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 174 (68.36% from 255) = 70.73%
R=19.92%
G=9.35%
B=70.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49231740.720.8700.32250.3376.6538.63
Hex3117AE4857020fa4d27
Octal612725611012704037211547
Binary1100011011110101110100100010101110100000111110101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3117AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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