#313b59

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

Shades of Gulf Blue #313B59

Tints of Gulf Blue #313B59

Color information

#313B59 (or 0x313B59) is unknown color: approx Gulf Blue. HEX triplet: 31, 3B and 59. RGB value is (49,59,89). Sum of RGB (Red+Green+Blue) = 49+59+89=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #313B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B59 is #CEC4A6. Grayscale: #3B3B3B. Windows color (decimal): -13550759 or 5847857. OLE color: 5847857.

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

Color convert

RGB495989-
CMYK0.450.3400.65
HSL225º28.99%27.06%-
HSV(B)225º44.94%34.9%-
XYZ4.634.510.08-
YUV59.43144.69120.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=24.87%
G=29.95%
B=45.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4959890.450.3400.6522528.9927.06
Hex313B592D22041e11d1b
Octal6173131554201013413533
Binary110001111011101100110110110001001000001111000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313b59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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