Html Css Color HEX #3118AD Ultramarine

📋 copy color: '#3118AD'

red 49 ◦ green 24 ◦ blue 173

#3118AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #3118AD

Tints of Ultramarine #3118AD

RGB

 RED value IS 49 (19.53% from 255) = 19.92%

 GREEN value IS 24 (9.77% from 255) = 9.76%

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 19.92%
G = 9.76%
B = 70.33%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3118AD (or 0x3118AD) is known color: Ultramarine. HEX triplet: 31, 18 and AD. RGB value is (49,24,173). Sum of RGB (Red+Green+Blue) = 49+24+173=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #3118AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3118AD is #CEE752. Grayscale: #2F2F2F. Windows color (decimal): -13559635 or 11343921. OLE color: 11343921.

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

Color convert

RGB 49 24 173 -
CMYK 0.72 0.86 0 0.32
HSL 250.07º 0.76% 0.39% -
HSV(B) 250.07º 0.86% 0.68% -
XYZ 9.14 4.32 39.89 -
YUV 48.46 198.28 128.38 -
System Red Green Blue C M Y K H S L
Decimal 49 24 173 0.72 0.86 0 0.32 250.07 0.76 0.39
Hex 31 18 AD 48 56 0 20 FA 4C 27
Octal 61 30 255 110 126 0 40 372 114 47
Binary 110001 11000 10101101 1001000 1010110 0 100000 11111010 1001100 100111

Color Harmonies of #3118AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3118AD

Black with #3118AD

Text Example


Text Example

White with #3118AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3118AD;
 }
 .AnyTagClassName
 {
   color: #3118AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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