#3115AE

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

Shades of Ultramarine #3115AE

Tints of Ultramarine #3115AE

Color information

#3115AE (or 0x3115AE) is unknown color: approx Ultramarine. HEX triplet: 31, 15 and AE. RGB value is (49,21,174). Sum of RGB (Red+Green+Blue) = 49+21+174=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #3115AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3115AE is #CEEA51. Grayscale: #2E2E2E. Windows color (decimal): -13560402 or 11408689. OLE color: 11408689.

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

Color convert

RGB4921174-
CMYK0.720.8800.32
HSL250.98º78.46%38.24%-
HSV(B)250.98º87.93%68.24%-
XYZ9.174.2540.38-
YUV46.81199.78129.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 174 (68.36% from 255) = 71.31%
R=20.08%
G=8.61%
B=71.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49211740.720.8800.32250.9878.4638.24
Hex3115AE4858020fb4e26
Octal612525611013004037311646
Binary1100011010110101110100100010110000100000111110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3115AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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