#3118B1

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

Shades of Ultramarine #3118B1

Tints of Ultramarine #3118B1

Color information

#3118B1 (or 0x3118B1) is unknown color: approx Ultramarine. HEX triplet: 31, 18 and B1. RGB value is (49,24,177). Sum of RGB (Red+Green+Blue) = 49+24+177=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 177 (69.53% from 255 or 70.8% from 250); Max value from RGB is 177 - color contains mainly: blue. Hex color #3118B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3118B1 is #CEE74E. Grayscale: #303030. Windows color (decimal): -13559631 or 11606065. OLE color: 11606065.

HSL color Cylindrical-coordinate representation of color #3118B1: hue angle of 249.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3118B1 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4924177-
CMYK0.720.8600.31
HSL249.8º76.12%39.41%-
HSV(B)249.8º86.44%69.41%-
XYZ9.534.4841.96-
YUV48.92200.28128.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 24 (9.77% from 255) = 9.6%
BLUE value IS 177 (69.53% from 255) = 70.8%
R=19.6%
G=9.6%
B=70.8%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49241770.720.8600.31249.876.1239.41
Hex3118B1485601Ffa4c27
Octal613026111012603737211447
Binary110001110001011000110010001010110011111111110101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3118B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3118B1; }

 p { color: rgb(49,24,177); }

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

<style>
 a { background-color: #3118B1; }

 a { background-color: rgb(49,24,177); }

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

<style>
 span { border-color: #3118B1; }

 span { border-color: rgb(49,24,177); }

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