Html Css Color HEX #3115AA Ultramarine

📋 copy color: '#3115AA'

red 49 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #3115AA

Tints of Ultramarine #3115AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.83%

R = 20.42%
G = 8.75%
B = 70.83%

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

#3115AA (or 0x3115AA) is known color: Ultramarine. HEX triplet: 31, 15 and AA. RGB value is (49,21,170). Sum of RGB (Red+Green+Blue) = 49+21+170=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #3115AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3115AA is #CEEA55. Grayscale: #2D2D2D. Windows color (decimal): -13560406 or 11146545. OLE color: 11146545.

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

Color convert

RGB 49 21 170 -
CMYK 0.71 0.88 0 0.33
HSL 251.28º 0.78% 0.37% -
HSV(B) 251.28º 0.88% 0.67% -
XYZ 8.79 4.09 38.36 -
YUV 46.36 197.78 129.88 -
System Red Green Blue C M Y K H S L
Decimal 49 21 170 0.71 0.88 0 0.33 251.28 0.78 0.37
Hex 31 15 AA 47 58 0 21 FB 4E 25
Octal 61 25 252 107 130 0 41 373 116 45
Binary 110001 10101 10101010 1000111 1011000 0 100001 11111011 1001110 100101

Color Harmonies of #3115AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3115AA

Black with #3115AA

Text Example


Text Example

White with #3115AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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