Html Css Color HEX #3115AB Ultramarine

📋 copy color: '#3115AB'

red 49 ◦ green 21 ◦ blue 171

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

Shades of Ultramarine #3115AB

Tints of Ultramarine #3115AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 20.33%
G = 8.71%
B = 70.95%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3115AB (or 0x3115AB) is known color: Ultramarine. HEX triplet: 31, 15 and AB. RGB value is (49,21,171). Sum of RGB (Red+Green+Blue) = 49+21+171=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3115AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3115AB is #CEEA54. Grayscale: #2D2D2D. Windows color (decimal): -13560405 or 11212081. OLE color: 11212081.

HSL color Cylindrical-coordinate representation of color #3115AB: hue angle of 251.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3115AB is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 21 171 -
CMYK 0.71 0.88 0 0.33
HSL 251.2º 0.78% 0.38% -
HSV(B) 251.2º 0.88% 0.67% -
XYZ 8.89 4.13 38.86 -
YUV 46.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 49 21 171 0.71 0.88 0 0.33 251.2 0.78 0.38
Hex 31 15 AB 47 58 0 21 FB 4E 26
Octal 61 25 253 107 130 0 41 373 116 46
Binary 110001 10101 10101011 1000111 1011000 0 100001 11111011 1001110 100110

Color Harmonies of #3115AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3115AB

Black with #3115AB

Text Example


Text Example

White with #3115AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3115AB; }

 p { color: rgb(49,21,171); }

 H1.HeaderClassName
 {
   color: #3115AB;
 }
 .AnyTagClassName
 {
   color: #3115AB;
 }
</style>

background-color css

<style>
 a { background-color: #3115AB; }

 a { background-color: rgb(49,21,171); }

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

border-color css

<style>
 span { border-color: #3115AB; }

 span { border-color: rgb(49,21,171); }

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