#3118A2

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

Shades of Ultramarine #3118A2

Tints of Ultramarine #3118A2

Color information

#3118A2 (or 0x3118A2) is unknown color: approx Ultramarine. HEX triplet: 31, 18 and A2. RGB value is (49,24,162). Sum of RGB (Red+Green+Blue) = 49+24+162=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 162 (63.67% from 255 or 68.94% from 235); Max value from RGB is 162 - color contains mainly: blue. Hex color #3118A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3118A2 is #CEE75D. Grayscale: #2E2E2E. Windows color (decimal): -13559646 or 10623025. OLE color: 10623025.

HSL color Cylindrical-coordinate representation of color #3118A2: hue angle of 250.87º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3118A2 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4924162-
CMYK0.700.8500.36
HSL250.87º74.19%36.47%-
HSV(B)250.87º85.19%63.53%-
XYZ8.113.9134.51-
YUV47.21192.78129.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 162 (63.67% from 255) = 68.94%
R=20.85%
G=10.21%
B=68.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49241620.700.8500.36250.8774.1936.47
Hex3118A24655024fb4a24
Octal613024210612504437311244
Binary1100011100010100010100011010101010100100111110111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3118A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3118A2; }

 p { color: rgb(49,24,162); }

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

<style>
 a { background-color: #3118A2; }

 a { background-color: rgb(49,24,162); }

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

<style>
 span { border-color: #3118A2; }

 span { border-color: rgb(49,24,162); }

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