Html Css Color HEX #311AAD Ultramarine

📋 copy color: '#311AAD'

red 49 ◦ green 26 ◦ blue 173

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

Shades of Ultramarine #311AAD

Tints of Ultramarine #311AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.48%

 BLUE value IS 173 (67.97% from 255) = 69.76%

R = 19.76%
G = 10.48%
B = 69.76%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#311AAD (or 0x311AAD) is known color: Ultramarine. HEX triplet: 31, 1A and AD. RGB value is (49,26,173). Sum of RGB (Red+Green+Blue) = 49+26+173=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #311AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311AAD is #CEE552. Grayscale: #313131. Windows color (decimal): -13559123 or 11344433. OLE color: 11344433.

HSL color Cylindrical-coordinate representation of color #311AAD: hue angle of 249.39º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311AAD is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 26 173 -
CMYK 0.72 0.85 0 0.32
HSL 249.39º 0.74% 0.39% -
HSV(B) 249.39º 0.85% 0.68% -
XYZ 9.18 4.41 39.9 -
YUV 49.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 49 26 173 0.72 0.85 0 0.32 249.39 0.74 0.39
Hex 31 1A AD 48 55 0 20 F9 4A 27
Octal 61 32 255 110 125 0 40 371 112 47
Binary 110001 11010 10101101 1001000 1010101 0 100000 11111001 1001010 100111

Color Harmonies of #311AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311AAD

Black with #311AAD

Text Example


Text Example

White with #311AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311AAD; }

 p { color: rgb(49,26,173); }

 H1.HeaderClassName
 {
   color: #311AAD;
 }
 .AnyTagClassName
 {
   color: #311AAD;
 }
</style>

background-color css

<style>
 a { background-color: #311AAD; }

 a { background-color: rgb(49,26,173); }

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

border-color css

<style>
 span { border-color: #311AAD; }

 span { border-color: rgb(49,26,173); }

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