Html Css Color HEX #3117AE Ultramarine

📋 copy color: '#3117AE'

red 49 ◦ green 23 ◦ blue 174

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

Shades of Ultramarine #3117AE

Tints of Ultramarine #3117AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 70.73%

R = 19.92%
G = 9.35%
B = 70.73%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3117AE (or 0x3117AE) is known color: Ultramarine. HEX triplet: 31, 17 and AE. RGB value is (49,23,174). Sum of RGB (Red+Green+Blue) = 49+23+174=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #3117AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3117AE is #CEE851. Grayscale: #2F2F2F. Windows color (decimal): -13559890 or 11409201. OLE color: 11409201.

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

Color convert

RGB 49 23 174 -
CMYK 0.72 0.87 0 0.32
HSL 250.33º 0.77% 0.39% -
HSV(B) 250.33º 0.87% 0.68% -
XYZ 9.21 4.32 40.39 -
YUV 47.99 199.11 128.72 -
System Red Green Blue C M Y K H S L
Decimal 49 23 174 0.72 0.87 0 0.32 250.33 0.77 0.39
Hex 31 17 AE 48 57 0 20 FA 4D 27
Octal 61 27 256 110 127 0 40 372 115 47
Binary 110001 10111 10101110 1001000 1010111 0 100000 11111010 1001101 100111

Color Harmonies of #3117AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3117AE

Black with #3117AE

Text Example


Text Example

White with #3117AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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