#313959

Color #313959 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #313959

Tints of Gulf Blue #313959

Color information

#313959 (or 0x313959) is unknown color: approx Gulf Blue. HEX triplet: 31, 39 and 59. RGB value is (49,57,89). Sum of RGB (Red+Green+Blue) = 49+57+89=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #313959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313959 is #CEC6A6. Grayscale: #3A3A3A. Windows color (decimal): -13551271 or 5847345. OLE color: 5847345.

HSL color Cylindrical-coordinate representation of color #313959: hue angle of 228º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #313959 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB495789-
CMYK0.450.3600.65
HSL228º28.99%27.06%-
HSV(B)228º44.94%34.9%-
XYZ4.534.310.04-
YUV58.26145.35121.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=25.13%
G=29.23%
B=45.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4957890.450.3600.6522828.9927.06
Hex3139592D24041e41d1b
Octal6171131554401013443533
Binary110001111001101100110110110010001000001111001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313959; }

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

 H1.HeaderClassName
 {
   color: #313959;
 }
 .AnyTagClassName
 {
   color: #313959;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #313959;
 }
 .BgClassName
 {
   background-color: #313959;
 }
</style>
border-color css

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

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

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