#3103A1

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

Shades of Ultramarine #3103A1

Tints of Ultramarine #3103A1

Color information

#3103A1 (or 0x3103A1) is unknown color: approx Ultramarine. HEX triplet: 31, 03 and A1. RGB value is (49,3,161). Sum of RGB (Red+Green+Blue) = 49+3+161=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 161 (63.28% from 255 or 75.59% from 213); Max value from RGB is 161 - color contains mainly: blue. Hex color #3103A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3103A1 is #CEFC5E. Grayscale: #222222. Windows color (decimal): -13565023 or 10552113. OLE color: 10552113.

HSL color Cylindrical-coordinate representation of color #3103A1: hue angle of 257.47º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3103A1 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB493161-
CMYK0.700.9800.37
HSL257.47º96.34%32.16%-
HSV(B)257.47º98.14%63.14%-
XYZ7.733.2933.95-
YUV34.77199.24138.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 161 (63.28% from 255) = 75.59%
R=23.00%
G=1.41%
B=75.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal4931610.700.9800.37257.4796.3432.16
Hex313A146620251016020
Octal61324110614204540114040
Binary11000111101000011000110110001001001011000000011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3103A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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