Html Css Color HEX #3117AC Ultramarine

📋 copy color: '#3117AC'

red 49 ◦ green 23 ◦ blue 172

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

Shades of Ultramarine #3117AC

Tints of Ultramarine #3117AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.43%

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

R = 20.08%
G = 9.43%
B = 70.49%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3117AC (or 0x3117AC) is known color: Ultramarine. HEX triplet: 31, 17 and AC. RGB value is (49,23,172). Sum of RGB (Red+Green+Blue) = 49+23+172=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #3117AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3117AC is #CEE853. Grayscale: #2F2F2F. Windows color (decimal): -13559892 or 11278129. OLE color: 11278129.

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

Color convert

RGB 49 23 172 -
CMYK 0.72 0.87 0 0.33
HSL 250.47º 0.76% 0.38% -
HSV(B) 250.47º 0.87% 0.67% -
XYZ 9.02 4.24 39.37 -
YUV 47.76 198.11 128.88 -
System Red Green Blue C M Y K H S L
Decimal 49 23 172 0.72 0.87 0 0.33 250.47 0.76 0.38
Hex 31 17 AC 48 57 0 21 FA 4C 26
Octal 61 27 254 110 127 0 41 372 114 46
Binary 110001 10111 10101100 1001000 1010111 0 100001 11111010 1001100 100110

Color Harmonies of #3117AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3117AC

Black with #3117AC

Text Example


Text Example

White with #3117AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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