#313F5C

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

Shades of Gulf Blue #313F5C

Tints of Gulf Blue #313F5C

Color information

#313F5C (or 0x313F5C) is unknown color: approx Gulf Blue. HEX triplet: 31, 3F and 5C. RGB value is (49,63,92). Sum of RGB (Red+Green+Blue) = 49+63+92=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #313F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F5C is #CEC0A3. Grayscale: #3D3D3D. Windows color (decimal): -13549732 or 6045489. OLE color: 6045489.

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

Color convert

RGB496392-
CMYK0.470.3200.64
HSL220.47º30.5%27.65%-
HSV(B)220.47º46.74%36.08%-
XYZ4.984.9810.82-
YUV62.12144.86118.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 63 (25% from 255) = 30.88%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=24.02%
G=30.88%
B=45.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4963920.470.3200.64220.4730.527.65
Hex313F5C2F20040dc1e1c
Octal6177134574001003343634
Binary110001111111101110010111110000001000000110111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,63,92); }

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

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

 a { background-color: rgb(49,63,92); }

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

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

 span { border-color: rgb(49,63,92); }

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