#3104AD

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

Shades of Ultramarine #3104AD

Tints of Ultramarine #3104AD

Color information

#3104AD (or 0x3104AD) is unknown color: approx Ultramarine. HEX triplet: 31, 04 and AD. RGB value is (49,4,173). Sum of RGB (Red+Green+Blue) = 49+4+173=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #3104AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3104AD is #CEFB52. Grayscale: #242424. Windows color (decimal): -13564755 or 11338801. OLE color: 11338801.

HSL color Cylindrical-coordinate representation of color #3104AD: hue angle of 255.98º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3104AD is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB494173-
CMYK0.720.9800.32
HSL255.98º95.48%34.71%-
HSV(B)255.98º97.69%67.84%-
XYZ8.853.7639.79-
YUV36.72204.91136.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 4 (1.95% from 255) = 1.77%
BLUE value IS 173 (67.97% from 255) = 76.55%
R=21.68%
G=1.77%
B=76.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4941730.720.9800.32255.9895.4834.71
Hex314AD48620201005f23
Octal61425511014204040013743
Binary110001100101011011001000110001001000001000000001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3104AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3104AD; }

 p { color: rgb(49,4,173); }

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

<style>
 a { background-color: #3104AD; }

 a { background-color: rgb(49,4,173); }

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

<style>
 span { border-color: #3104AD; }

 span { border-color: rgb(49,4,173); }

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