Html Css Color HEX #31579C Mariner

📋 copy color: '#31579C'

red 49 ◦ green 87 ◦ blue 156

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

Shades of Mariner #31579C

Tints of Mariner #31579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 16.78%
G = 29.79%
B = 53.42%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31579C (or 0x31579C) is known color: Mariner. HEX triplet: 31, 57 and 9C. RGB value is (49,87,156). Sum of RGB (Red+Green+Blue) = 49+87+156=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #31579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31579C is #CEA863. Grayscale: #535353. Windows color (decimal): -13543524 or 10245937. OLE color: 10245937.

HSL color Cylindrical-coordinate representation of color #31579C: hue angle of 218.69º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31579C is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 87 156 -
CMYK 0.69 0.44 0 0.39
HSL 218.69º 0.52% 0.4% -
HSV(B) 218.69º 0.69% 0.61% -
XYZ 10.68 9.87 32.79 -
YUV 83.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 49 87 156 0.69 0.44 0 0.39 218.69 0.52 0.4
Hex 31 57 9C 45 2C 0 27 DB 34 28
Octal 61 127 234 105 54 0 47 333 64 50
Binary 110001 1010111 10011100 1000101 101100 0 100111 11011011 110100 101000

Color Harmonies of #31579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31579C

Black with #31579C

Text Example


Text Example

White with #31579C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31579C; }

 p { color: rgb(49,87,156); }

 H1.HeaderClassName
 {
   color: #31579C;
 }
 .AnyTagClassName
 {
   color: #31579C;
 }
</style>

background-color css

<style>
 a { background-color: #31579C; }

 a { background-color: rgb(49,87,156); }

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

border-color css

<style>
 span { border-color: #31579C; }

 span { border-color: rgb(49,87,156); }

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