#313859

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

Shades of Gulf Blue #313859

Tints of Gulf Blue #313859

Color information

#313859 (or 0x313859) is unknown color: approx Gulf Blue. HEX triplet: 31, 38 and 59. RGB value is (49,56,89). Sum of RGB (Red+Green+Blue) = 49+56+89=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #313859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313859 is #CEC7A6. Grayscale: #393939. Windows color (decimal): -13551527 or 5847089. OLE color: 5847089.

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

Color convert

RGB495689-
CMYK0.450.3700.65
HSL229.5º28.99%27.06%-
HSV(B)229.5º44.94%34.9%-
XYZ4.484.210.03-
YUV57.67145.68121.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=25.26%
G=28.87%
B=45.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4956890.450.3700.65229.528.9927.06
Hex3138592D25041e61d1b
Octal6170131554501013463533
Binary110001111000101100110110110010101000001111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313859; }

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

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

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

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

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

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

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

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