Html Css Color HEX #3118AC Ultramarine

📋 copy color: '#3118AC'

red 49 ◦ green 24 ◦ blue 172

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

Shades of Ultramarine #3118AC

Tints of Ultramarine #3118AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 70.2%

R = 20%
G = 9.8%
B = 70.2%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3118AC (or 0x3118AC) is known color: Ultramarine. HEX triplet: 31, 18 and AC. RGB value is (49,24,172). Sum of RGB (Red+Green+Blue) = 49+24+172=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #3118AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3118AC is #CEE753. Grayscale: #2F2F2F. Windows color (decimal): -13559636 or 11278385. OLE color: 11278385.

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

Color convert

RGB 49 24 172 -
CMYK 0.72 0.86 0 0.33
HSL 250.14º 0.76% 0.38% -
HSV(B) 250.14º 0.86% 0.67% -
XYZ 9.04 4.28 39.38 -
YUV 48.35 197.78 128.47 -
System Red Green Blue C M Y K H S L
Decimal 49 24 172 0.72 0.86 0 0.33 250.14 0.76 0.38
Hex 31 18 AC 48 56 0 21 FA 4C 26
Octal 61 30 254 110 126 0 41 372 114 46
Binary 110001 11000 10101100 1001000 1010110 0 100001 11111010 1001100 100110

Color Harmonies of #3118AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3118AC

Black with #3118AC

Text Example


Text Example

White with #3118AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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