#3117AB

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

Shades of Ultramarine #3117AB

Tints of Ultramarine #3117AB

Color information

#3117AB (or 0x3117AB) is unknown color: approx Ultramarine. HEX triplet: 31, 17 and AB. RGB value is (49,23,171). Sum of RGB (Red+Green+Blue) = 49+23+171=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #3117AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3117AB is #CEE854. Grayscale: #2F2F2F. Windows color (decimal): -13559893 or 11212593. OLE color: 11212593.

HSL color Cylindrical-coordinate representation of color #3117AB: hue angle of 250.54º 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 #3117AB is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4923171-
CMYK0.710.8700.33
HSL250.54º76.29%38.04%-
HSV(B)250.54º86.55%67.06%-
XYZ8.924.2138.87-
YUV47.65197.61128.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 171 (67.19% from 255) = 70.37%
R=20.16%
G=9.47%
B=70.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49231710.710.8700.33250.5476.2938.04
Hex3117AB4757021fb4c26
Octal612725310712704137311446
Binary1100011011110101011100011110101110100001111110111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3117AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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