#311FA6

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

Shades of Ultramarine #311FA6

Tints of Ultramarine #311FA6

Color information

#311FA6 (or 0x311FA6) is unknown color: approx Ultramarine. HEX triplet: 31, 1F and A6. RGB value is (49,31,166). Sum of RGB (Red+Green+Blue) = 49+31+166=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 166 (65.23% from 255 or 67.48% from 246); Max value from RGB is 166 - color contains mainly: blue. Hex color #311FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311FA6 is #CEE059. Grayscale: #333333. Windows color (decimal): -13557850 or 10886961. OLE color: 10886961.

HSL color Cylindrical-coordinate representation of color #311FA6: hue angle of 248º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311FA6 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4931166-
CMYK0.700.8100.35
HSL248º68.53%38.63%-
HSV(B)248º81.33%65.1%-
XYZ8.644.3936.47-
YUV51.77192.46126.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 31 (12.5% from 255) = 12.60%
BLUE value IS 166 (65.23% from 255) = 67.48%
R=19.92%
G=12.60%
B=67.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49311660.700.8100.3524868.5338.63
Hex311FA64651023f84527
Octal613724610612104337010547
Binary1100011111110100110100011010100010100011111110001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311FA6; }

 p { color: rgb(49,31,166); }

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

<style>
 a { background-color: #311FA6; }

 a { background-color: rgb(49,31,166); }

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

<style>
 span { border-color: #311FA6; }

 span { border-color: rgb(49,31,166); }

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