#313E5F

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

Shades of Gulf Blue #313E5F

Tints of Gulf Blue #313E5F

Color information

#313E5F (or 0x313E5F) is unknown color: approx Gulf Blue. HEX triplet: 31, 3E and 5F. RGB value is (49,62,95). Sum of RGB (Red+Green+Blue) = 49+62+95=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #313E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E5F is #CEC1A0. Grayscale: #3D3D3D. Windows color (decimal): -13549985 or 6241841. OLE color: 6241841.

HSL color Cylindrical-coordinate representation of color #313E5F: hue angle of 223.04º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #313E5F is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB496295-
CMYK0.480.3500.63
HSL223.04º31.94%28.24%-
HSV(B)223.04º48.42%37.25%-
XYZ5.054.9211.51-
YUV61.88146.69118.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=23.79%
G=30.10%
B=46.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4962950.480.3500.63223.0431.9428.24
Hex313E5F302303Fdf201c
Octal617613760430773374034
Binary110001111110101111111000010001101111111101111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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