Html Css Color HEX #31589C Mariner

📋 copy color: '#31589C'

red 49 ◦ green 88 ◦ blue 156

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

Shades of Mariner #31589C

Tints of Mariner #31589C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

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

R = 16.72%
G = 30.03%
B = 53.24%

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

#31589C (or 0x31589C) is known color: Mariner. HEX triplet: 31, 58 and 9C. RGB value is (49,88,156). Sum of RGB (Red+Green+Blue) = 49+88+156=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #31589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31589C is #CEA763. Grayscale: #535353. Windows color (decimal): -13543268 or 10246193. OLE color: 10246193.

HSL color Cylindrical-coordinate representation of color #31589C: hue angle of 218.13º 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 #31589C is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 88 156 -
CMYK 0.69 0.44 0 0.39
HSL 218.13º 0.52% 0.4% -
HSV(B) 218.13º 0.69% 0.61% -
XYZ 10.76 10.03 32.82 -
YUV 84.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 49 88 156 0.69 0.44 0 0.39 218.13 0.52 0.4
Hex 31 58 9C 45 2C 0 27 DA 34 28
Octal 61 130 234 105 54 0 47 332 64 50
Binary 110001 1011000 10011100 1000101 101100 0 100111 11011010 110100 101000

Color Harmonies of #31589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31589C

Black with #31589C

Text Example


Text Example

White with #31589C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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