#313E5B

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

Shades of Gulf Blue #313E5B

Tints of Gulf Blue #313E5B

Color information

#313E5B (or 0x313E5B) is unknown color: approx Gulf Blue. HEX triplet: 31, 3E and 5B. RGB value is (49,62,91). Sum of RGB (Red+Green+Blue) = 49+62+91=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #313E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E5B is #CEC1A4. Grayscale: #3D3D3D. Windows color (decimal): -13549989 or 5979697. OLE color: 5979697.

HSL color Cylindrical-coordinate representation of color #313E5B: hue angle of 221.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313E5B is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB496291-
CMYK0.460.3200.64
HSL221.43º30%27.45%-
HSV(B)221.43º46.15%35.69%-
XYZ4.884.8510.58-
YUV61.42144.69119.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 62 (24.61% from 255) = 30.69%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=24.26%
G=30.69%
B=45.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4962910.460.3200.64221.433027.45
Hex313E5B2E20040dd1e1b
Octal6176133564001003353633
Binary110001111110101101110111010000001000000110111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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