Html Css Color HEX #3112AB Ultramarine

📋 copy color: '#3112AB'

red 49 ◦ green 18 ◦ blue 171

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

Shades of Ultramarine #3112AB

Tints of Ultramarine #3112AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

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

R = 20.59%
G = 7.56%
B = 71.85%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3112AB (or 0x3112AB) is known color: Ultramarine. HEX triplet: 31, 12 and AB. RGB value is (49,18,171). Sum of RGB (Red+Green+Blue) = 49+18+171=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #3112AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3112AB is #CEED54. Grayscale: #2C2C2C. Windows color (decimal): -13561173 or 11211313. OLE color: 11211313.

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

Color convert

RGB 49 18 171 -
CMYK 0.71 0.89 0 0.33
HSL 252.16º 0.81% 0.37% -
HSV(B) 252.16º 0.89% 0.67% -
XYZ 8.83 4.03 38.84 -
YUV 44.71 199.27 131.06 -
System Red Green Blue C M Y K H S L
Decimal 49 18 171 0.71 0.89 0 0.33 252.16 0.81 0.37
Hex 31 12 AB 47 59 0 21 FC 51 25
Octal 61 22 253 107 131 0 41 374 121 45
Binary 110001 10010 10101011 1000111 1011001 0 100001 11111100 1010001 100101

Color Harmonies of #3112AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3112AB

Black with #3112AB

Text Example


Text Example

White with #3112AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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