#313F60

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

Shades of Gulf Blue #313F60

Tints of Gulf Blue #313F60

Color information

#313F60 (or 0x313F60) is unknown color: approx Gulf Blue. HEX triplet: 31, 3F and 60. RGB value is (49,63,96). Sum of RGB (Red+Green+Blue) = 49+63+96=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #313F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F60 is #CEC09F. Grayscale: #3E3E3E. Windows color (decimal): -13549728 or 6307633. OLE color: 6307633.

HSL color Cylindrical-coordinate representation of color #313F60: hue angle of 222.13º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313F60 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB496396-
CMYK0.490.3400.62
HSL222.13º32.41%28.43%-
HSV(B)222.13º48.96%37.65%-
XYZ5.165.0511.77-
YUV62.58146.86118.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 63 (25% from 255) = 30.29%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=23.56%
G=30.29%
B=46.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4963960.490.3400.62222.1332.4128.43
Hex313F60312203Ede201c
Octal617714061420763364034
Binary110001111111110000011000110001001111101101111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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