Html Css Color HEX #311DA0 Ultramarine

📋 copy color: '#311DA0'

red 49 ◦ green 29 ◦ blue 160

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

Shades of Ultramarine #311DA0

Tints of Ultramarine #311DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 67.23%

R = 20.59%
G = 12.18%
B = 67.23%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#311DA0 (or 0x311DA0) is known color: Ultramarine. HEX triplet: 31, 1D and A0. RGB value is (49,29,160). Sum of RGB (Red+Green+Blue) = 49+29+160=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 160 (62.89% from 255 or 67.23% from 238); Max value from RGB is 160 - color contains mainly: blue. Hex color #311DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311DA0 is #CEE25F. Grayscale: #313131. Windows color (decimal): -13558368 or 10493233. OLE color: 10493233.

HSL color Cylindrical-coordinate representation of color #311DA0: hue angle of 249.16º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311DA0 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 29 160 -
CMYK 0.69 0.82 0 0.37
HSL 249.16º 0.69% 0.37% -
HSV(B) 249.16º 0.82% 0.63% -
XYZ 8.05 4.07 33.62 -
YUV 49.91 190.13 127.35 -
System Red Green Blue C M Y K H S L
Decimal 49 29 160 0.69 0.82 0 0.37 249.16 0.69 0.37
Hex 31 1D A0 45 52 0 25 F9 45 25
Octal 61 35 240 105 122 0 45 371 105 45
Binary 110001 11101 10100000 1000101 1010010 0 100101 11111001 1000101 100101

Color Harmonies of #311DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311DA0

Black with #311DA0

Text Example


Text Example

White with #311DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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