Html Css Color HEX #31559F Mariner

📋 copy color: '#31559F'

red 49 ◦ green 85 ◦ blue 159

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

Shades of Mariner #31559F

Tints of Mariner #31559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

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

R = 16.72%
G = 29.01%
B = 54.27%

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

#31559F (or 0x31559F) is known color: Mariner. HEX triplet: 31, 55 and 9F. RGB value is (49,85,159). Sum of RGB (Red+Green+Blue) = 49+85+159=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #31559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31559F is #CEAA60. Grayscale: #525252. Windows color (decimal): -13544033 or 10442033. OLE color: 10442033.

HSL color Cylindrical-coordinate representation of color #31559F: hue angle of 220.36º 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 #31559F is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 85 159 -
CMYK 0.69 0.47 0 0.38
HSL 220.36º 0.53% 0.41% -
HSV(B) 220.36º 0.69% 0.62% -
XYZ 10.77 9.65 34.1 -
YUV 82.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 49 85 159 0.69 0.47 0 0.38 220.36 0.53 0.41
Hex 31 55 9F 45 2F 0 26 DC 35 29
Octal 61 125 237 105 57 0 46 334 65 51
Binary 110001 1010101 10011111 1000101 101111 0 100110 11011100 110101 101001

Color Harmonies of #31559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31559F

Black with #31559F

Text Example


Text Example

White with #31559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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