#313A57

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

Shades of Gulf Blue #313A57

Tints of Gulf Blue #313A57

Color information

#313A57 (or 0x313A57) is unknown color: approx Gulf Blue. HEX triplet: 31, 3A and 57. RGB value is (49,58,87). Sum of RGB (Red+Green+Blue) = 49+58+87=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #313A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A57 is #CEC5A8. Grayscale: #3A3A3A. Windows color (decimal): -13551017 or 5716529. OLE color: 5716529.

HSL color Cylindrical-coordinate representation of color #313A57: hue angle of 225.79º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313A57 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB495887-
CMYK0.440.3300.66
HSL225.79º27.94%26.67%-
HSV(B)225.79º43.68%34.12%-
XYZ4.54.379.62-
YUV58.62144.02121.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=25.26%
G=29.90%
B=44.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4958870.440.3300.66225.7927.9426.67
Hex313A572C21042e21c1b
Octal6172127544101023423433
Binary110001111010101011110110010000101000010111000101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,58,87); }

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

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

 a { background-color: rgb(49,58,87); }

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

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

 span { border-color: rgb(49,58,87); }

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