Html Css Color HEX #3111AB Ultramarine

📋 copy color: '#3111AB'

red 49 ◦ green 17 ◦ blue 171

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

Shades of Ultramarine #3111AB

Tints of Ultramarine #3111AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

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

R = 20.68%
G = 7.17%
B = 72.15%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3111AB (or 0x3111AB) is known color: Ultramarine. HEX triplet: 31, 11 and AB. RGB value is (49,17,171). Sum of RGB (Red+Green+Blue) = 49+17+171=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #3111AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3111AB is #CEEE54. Grayscale: #2B2B2B. Windows color (decimal): -13561429 or 11211057. OLE color: 11211057.

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

Color convert

RGB 49 17 171 -
CMYK 0.71 0.90 0 0.33
HSL 252.47º 0.82% 0.37% -
HSV(B) 252.47º 0.9% 0.67% -
XYZ 8.82 3.99 38.83 -
YUV 44.12 199.6 131.48 -
System Red Green Blue C M Y K H S L
Decimal 49 17 171 0.71 0.90 0 0.33 252.47 0.82 0.37
Hex 31 11 AB 47 5A 0 21 FC 52 25
Octal 61 21 253 107 132 0 41 374 122 45
Binary 110001 10001 10101011 1000111 1011010 0 100001 11111100 1010010 100101

Color Harmonies of #3111AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3111AB

Black with #3111AB

Text Example


Text Example

White with #3111AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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