Html Css Color HEX #311BA8 Ultramarine

📋 copy color: '#311BA8'

red 49 ◦ green 27 ◦ blue 168

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

Shades of Ultramarine #311BA8

Tints of Ultramarine #311BA8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.07%

 BLUE value IS 168 (66.02% from 255) = 68.85%

R = 20.08%
G = 11.07%
B = 68.85%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#311BA8 (or 0x311BA8) is known color: Ultramarine. HEX triplet: 31, 1B and A8. RGB value is (49,27,168). Sum of RGB (Red+Green+Blue) = 49+27+168=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 168 (66.02% from 255 or 68.85% from 244); Max value from RGB is 168 - color contains mainly: blue. Hex color #311BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311BA8 is #CEE457. Grayscale: #313131. Windows color (decimal): -13558872 or 11017009. OLE color: 11017009.

HSL color Cylindrical-coordinate representation of color #311BA8: hue angle of 249.36º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311BA8 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 27 168 -
CMYK 0.71 0.84 0 0.34
HSL 249.36º 0.72% 0.38% -
HSV(B) 249.36º 0.84% 0.66% -
XYZ 8.73 4.26 37.41 -
YUV 49.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 49 27 168 0.71 0.84 0 0.34 249.36 0.72 0.38
Hex 31 1B A8 47 54 0 22 F9 48 26
Octal 61 33 250 107 124 0 42 371 110 46
Binary 110001 11011 10101000 1000111 1010100 0 100010 11111001 1001000 100110

Color Harmonies of #311BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311BA8

Black with #311BA8

Text Example


Text Example

White with #311BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,27,168); }

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

background-color css

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

 a { background-color: rgb(49,27,168); }

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

border-color css

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

 span { border-color: rgb(49,27,168); }

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