#313E59

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

Shades of Gulf Blue #313E59

Tints of Gulf Blue #313E59

Color information

#313E59 (or 0x313E59) is unknown color: approx Gulf Blue. HEX triplet: 31, 3E and 59. RGB value is (49,62,89). Sum of RGB (Red+Green+Blue) = 49+62+89=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #313E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E59 is #CEC1A6. Grayscale: #3D3D3D. Windows color (decimal): -13549991 or 5848625. OLE color: 5848625.

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

Color convert

RGB496289-
CMYK0.450.3000.65
HSL220.5º28.99%27.06%-
HSV(B)220.5º44.94%34.9%-
XYZ4.794.8210.13-
YUV61.19143.69119.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 62 (24.61% from 255) = 31%
BLUE value IS 89 (35.16% from 255) = 44.5%
R=24.5%
G=31%
B=44.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4962890.450.3000.65220.528.9927.06
Hex313E592D1E041dc1d1b
Octal6176131553601013343533
Binary11000111111010110011011011111001000001110111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313E59; }

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

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

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

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

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

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

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

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