#313B58

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

Shades of Gulf Blue #313B58

Tints of Gulf Blue #313B58

Color information

#313B58 (or 0x313B58) is unknown color: approx Gulf Blue. HEX triplet: 31, 3B and 58. RGB value is (49,59,88). Sum of RGB (Red+Green+Blue) = 49+59+88=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #313B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B58 is #CEC4A7. Grayscale: #3B3B3B. Windows color (decimal): -13550760 or 5782321. OLE color: 5782321.

HSL color Cylindrical-coordinate representation of color #313B58: hue angle of 224.62º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313B58 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB495988-
CMYK0.440.3300.65
HSL224.62º28.47%26.86%-
HSV(B)224.62º44.32%34.51%-
XYZ4.594.499.86-
YUV59.32144.19120.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=25%
G=30.10%
B=44.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4959880.440.3300.65224.6228.4726.86
Hex313B582C21041e11c1b
Octal6173130544101013413433
Binary110001111011101100010110010000101000001111000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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