Html Css Color HEX #31599D Mariner

📋 copy color: '#31599D'

red 49 ◦ green 89 ◦ blue 157

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

Shades of Mariner #31599D

Tints of Mariner #31599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 157 (61.72% from 255) = 53.22%

R = 16.61%
G = 30.17%
B = 53.22%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31599D (or 0x31599D) is known color: Mariner. HEX triplet: 31, 59 and 9D. RGB value is (49,89,157). Sum of RGB (Red+Green+Blue) = 49+89+157=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #31599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31599D is #CEA662. Grayscale: #545454. Windows color (decimal): -13543011 or 10311985. OLE color: 10311985.

HSL color Cylindrical-coordinate representation of color #31599D: hue angle of 217.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31599D is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 89 157 -
CMYK 0.69 0.43 0 0.38
HSL 217.78º 0.52% 0.4% -
HSV(B) 217.78º 0.69% 0.62% -
XYZ 10.92 10.23 33.3 -
YUV 84.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 49 89 157 0.69 0.43 0 0.38 217.78 0.52 0.4
Hex 31 59 9D 45 2B 0 26 DA 34 28
Octal 61 131 235 105 53 0 46 332 64 50
Binary 110001 1011001 10011101 1000101 101011 0 100110 11011010 110100 101000

Color Harmonies of #31599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31599D

Black with #31599D

Text Example


Text Example

White with #31599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31599D; }

 p { color: rgb(49,89,157); }

 H1.HeaderClassName
 {
   color: #31599D;
 }
 .AnyTagClassName
 {
   color: #31599D;
 }
</style>

background-color css

<style>
 a { background-color: #31599D; }

 a { background-color: rgb(49,89,157); }

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

border-color css

<style>
 span { border-color: #31599D; }

 span { border-color: rgb(49,89,157); }

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