#3107a5

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

Shades of Ultramarine #3107A5

Tints of Ultramarine #3107A5

Color information

#3107A5 (or 0x3107A5) is unknown color: approx Ultramarine. HEX triplet: 31, 07 and A5. RGB value is (49,7,165). Sum of RGB (Red+Green+Blue) = 49+7+165=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 165 (64.84% from 255 or 74.66% from 221); Max value from RGB is 165 - color contains mainly: blue. Hex color #3107A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3107A5 is #CEF85A. Grayscale: #242424. Windows color (decimal): -13563995 or 10815281. OLE color: 10815281.

HSL color Cylindrical-coordinate representation of color #3107A5: hue angle of 255.95º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3107A5 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB497165-
CMYK0.700.9600.35
HSL255.95º91.86%33.73%-
HSV(B)255.95º95.76%64.71%-
XYZ8.133.5235.85-
YUV37.57199.91136.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 165 (64.84% from 255) = 74.66%
R=22.17%
G=3.17%
B=74.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4971650.700.9600.35255.9591.8633.73
Hex317A546600231005c22
Octal61724510614004340013442
Binary110001111101001011000110110000001000111000000001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3107a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3107a5; }

 p { color: rgb(49,7,165); }

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

<style>
 a { background-color: #3107a5; }

 a { background-color: rgb(49,7,165); }

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

<style>
 span { border-color: #3107a5; }

 span { border-color: rgb(49,7,165); }

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