#3110A1

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

Shades of Ultramarine #3110A1

Tints of Ultramarine #3110A1

Color information

#3110A1 (or 0x3110A1) is unknown color: approx Ultramarine. HEX triplet: 31, 10 and A1. RGB value is (49,16,161). Sum of RGB (Red+Green+Blue) = 49+16+161=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 161 (63.28% from 255 or 71.24% from 226); Max value from RGB is 161 - color contains mainly: blue. Hex color #3110A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3110A1 is #CEEF5E. Grayscale: #292929. Windows color (decimal): -13561695 or 10555441. OLE color: 10555441.

HSL color Cylindrical-coordinate representation of color #3110A1: hue angle of 253.66º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3110A1 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4916161-
CMYK0.700.9000.37
HSL253.66º81.92%34.71%-
HSV(B)253.66º90.06%63.14%-
XYZ7.883.634-
YUV42.4194.93132.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 16 (6.64% from 255) = 7.08%
BLUE value IS 161 (63.28% from 255) = 71.24%
R=21.68%
G=7.08%
B=71.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49161610.700.9000.37253.6681.9234.71
Hex3110A1465A025fe5223
Octal612024110613204537612243
Binary1100011000010100001100011010110100100101111111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3110A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3110A1; }

 p { color: rgb(49,16,161); }

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

<style>
 a { background-color: #3110A1; }

 a { background-color: rgb(49,16,161); }

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

<style>
 span { border-color: #3110A1; }

 span { border-color: rgb(49,16,161); }

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