#313759

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

Shades of Gulf Blue #313759

Tints of Gulf Blue #313759

Color information

#313759 (or 0x313759) is unknown color: approx Gulf Blue. HEX triplet: 31, 37 and 59. RGB value is (49,55,89). Sum of RGB (Red+Green+Blue) = 49+55+89=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #313759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313759 is #CEC8A6. Grayscale: #383838. Windows color (decimal): -13551783 or 5846833. OLE color: 5846833.

HSL color Cylindrical-coordinate representation of color #313759: hue angle of 231º 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 #313759 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB495589-
CMYK0.450.3800.65
HSL231º28.99%27.06%-
HSV(B)231º44.94%34.9%-
XYZ4.444.1110.01-
YUV57.08146.01122.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=25.39%
G=28.50%
B=46.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4955890.450.3800.6523128.9927.06
Hex3137592D26041e71d1b
Octal6167131554601013473533
Binary110001110111101100110110110011001000001111001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313759; }

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

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

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

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

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

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

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

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