#313F61

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

Shades of Gulf Blue #313F61

Tints of Gulf Blue #313F61

Color information

#313F61 (or 0x313F61) is unknown color: approx Gulf Blue. HEX triplet: 31, 3F and 61. RGB value is (49,63,97). Sum of RGB (Red+Green+Blue) = 49+63+97=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #313F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F61 is #CEC09E. Grayscale: #3E3E3E. Windows color (decimal): -13549727 or 6373169. OLE color: 6373169.

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

Color convert

RGB496397-
CMYK0.490.3500.62
HSL222.5º32.88%28.63%-
HSV(B)222.5º49.48%38.04%-
XYZ5.25.0712.01-
YUV62.69147.36118.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=23.44%
G=30.14%
B=46.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4963970.490.3500.62222.532.8828.63
Hex313F61312303Ede211d
Octal617714161430763364135
Binary110001111111110000111000110001101111101101111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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