#3102AD

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

Shades of Ultramarine #3102AD

Tints of Ultramarine #3102AD

Color information

#3102AD (or 0x3102AD) is unknown color: approx Ultramarine. HEX triplet: 31, 02 and AD. RGB value is (49,2,173). Sum of RGB (Red+Green+Blue) = 49+2+173=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #3102AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3102AD is #CEFD52. Grayscale: #222222. Windows color (decimal): -13565267 or 11338289. OLE color: 11338289.

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

Color convert

RGB492173-
CMYK0.720.9900.32
HSL256.49º97.71%34.31%-
HSV(B)256.49º98.84%67.84%-
XYZ8.833.7139.79-
YUV35.55205.57137.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 173 (67.97% from 255) = 77.23%
R=21.88%
G=0.89%
B=77.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4921730.720.9900.32256.4997.7134.31
Hex312AD48630201006222
Octal61225511014304040014242
Binary11000110101011011001000110001101000001000000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3102AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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