Html Css Color HEX #3111AA Ultramarine

📋 copy color: '#3111AA'

red 49 ◦ green 17 ◦ blue 170

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

Shades of Ultramarine #3111AA

Tints of Ultramarine #3111AA

RGB

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

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

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

R = 20.76%
G = 7.2%
B = 72.03%

CMYK

 C value IS 0.71

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3111AA (or 0x3111AA) is known color: Ultramarine. HEX triplet: 31, 11 and AA. RGB value is (49,17,170). Sum of RGB (Red+Green+Blue) = 49+17+170=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #3111AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3111AA is #CEEE55. Grayscale: #2B2B2B. Windows color (decimal): -13561430 or 11145521. OLE color: 11145521.

HSL color Cylindrical-coordinate representation of color #3111AA: hue angle of 252.55º 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 #3111AA is Cyan = 0.71, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 17 170 -
CMYK 0.71 0.9 0 0.33
HSL 252.55º 0.82% 0.37% -
HSV(B) 252.55º 0.9% 0.67% -
XYZ 8.72 3.96 38.33 -
YUV 44.01 199.1 131.56 -
System Red Green Blue C M Y K H S L
Decimal 49 17 170 0.71 0.9 0 0.33 252.55 0.82 0.37
Hex 31 11 AA 47 5A 0 21 FD 52 25
Octal 61 21 252 107 132 0 41 375 122 45
Binary 110001 10001 10101010 1000111 1011010 0 100001 11111101 1010010 100101

Color Harmonies of #3111AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3111AA

Black with #3111AA

Text Example


Text Example

White with #3111AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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