Html Css Color HEX #31549F Mariner

📋 copy color: '#31549F'

red 49 ◦ green 84 ◦ blue 159

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

Shades of Mariner #31549F

Tints of Mariner #31549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 16.78%
G = 28.77%
B = 54.45%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31549F (or 0x31549F) is known color: Mariner. HEX triplet: 31, 54 and 9F. RGB value is (49,84,159). Sum of RGB (Red+Green+Blue) = 49+84+159=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #31549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31549F is #CEAB60. Grayscale: #515151. Windows color (decimal): -13544289 or 10441777. OLE color: 10441777.

HSL color Cylindrical-coordinate representation of color #31549F: hue angle of 220.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31549F is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 84 159 -
CMYK 0.69 0.47 0 0.38
HSL 220.91º 0.53% 0.41% -
HSV(B) 220.91º 0.69% 0.62% -
XYZ 10.69 9.5 34.07 -
YUV 82.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 49 84 159 0.69 0.47 0 0.38 220.91 0.53 0.41
Hex 31 54 9F 45 2F 0 26 DD 35 29
Octal 61 124 237 105 57 0 46 335 65 51
Binary 110001 1010100 10011111 1000101 101111 0 100110 11011101 110101 101001

Color Harmonies of #31549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31549F

Black with #31549F

Text Example


Text Example

White with #31549F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31549F; }

 p { color: rgb(49,84,159); }

 H1.HeaderClassName
 {
   color: #31549F;
 }
 .AnyTagClassName
 {
   color: #31549F;
 }
</style>

background-color css

<style>
 a { background-color: #31549F; }

 a { background-color: rgb(49,84,159); }

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

border-color css

<style>
 span { border-color: #31549F; }

 span { border-color: rgb(49,84,159); }

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