#3115AB

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

Shades of Ultramarine #3115AB

Tints of Ultramarine #3115AB

Color information

#3115AB (or 0x3115AB) is unknown color: approx Ultramarine. HEX triplet: 31, 15 and AB. RGB value is (49,21,171). Sum of RGB (Red+Green+Blue) = 49+21+171=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3115AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3115AB is #CEEA54. Grayscale: #2D2D2D. Windows color (decimal): -13560405 or 11212081. OLE color: 11212081.

HSL color Cylindrical-coordinate representation of color #3115AB: hue angle of 251.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3115AB is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4921171-
CMYK0.710.8800.33
HSL251.2º78.12%37.65%-
HSV(B)251.2º87.72%67.06%-
XYZ8.894.1338.86-
YUV46.47198.28129.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 171 (67.19% from 255) = 70.95%
R=20.33%
G=8.71%
B=70.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49211710.710.8800.33251.278.1237.65
Hex3115AB4758021fb4e26
Octal612525310713004137311646
Binary1100011010110101011100011110110000100001111110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3115AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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