Html Css Color HEX #311DAB Ultramarine

📋 copy color: '#311DAB'

red 49 ◦ green 29 ◦ blue 171

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

Shades of Ultramarine #311DAB

Tints of Ultramarine #311DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.65%

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

R = 19.68%
G = 11.65%
B = 68.67%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#311DAB (or 0x311DAB) is known color: Ultramarine. HEX triplet: 31, 1D and AB. RGB value is (49,29,171). Sum of RGB (Red+Green+Blue) = 49+29+171=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #311DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311DAB is #CEE254. Grayscale: #323232. Windows color (decimal): -13558357 or 11214129. OLE color: 11214129.

HSL color Cylindrical-coordinate representation of color #311DAB: hue angle of 248.45º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #311DAB is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 29 171 -
CMYK 0.71 0.83 0 0.33
HSL 248.45º 0.71% 0.39% -
HSV(B) 248.45º 0.83% 0.67% -
XYZ 9.06 4.47 38.91 -
YUV 51.17 195.63 126.45 -
System Red Green Blue C M Y K H S L
Decimal 49 29 171 0.71 0.83 0 0.33 248.45 0.71 0.39
Hex 31 1D AB 47 53 0 21 F8 47 27
Octal 61 35 253 107 123 0 41 370 107 47
Binary 110001 11101 10101011 1000111 1010011 0 100001 11111000 1000111 100111

Color Harmonies of #311DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311DAB

Black with #311DAB

Text Example


Text Example

White with #311DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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