#313856

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

Shades of Gulf Blue #313856

Tints of Gulf Blue #313856

Color information

#313856 (or 0x313856) is unknown color: approx Gulf Blue. HEX triplet: 31, 38 and 56. RGB value is (49,56,86). Sum of RGB (Red+Green+Blue) = 49+56+86=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #313856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313856 is #CEC7A9. Grayscale: #393939. Windows color (decimal): -13551530 or 5650481. OLE color: 5650481.

HSL color Cylindrical-coordinate representation of color #313856: hue angle of 228.65º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #313856 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB495686-
CMYK0.430.3500.66
HSL228.65º27.41%26.47%-
HSV(B)228.65º43.02%33.73%-
XYZ4.364.159.38-
YUV57.33144.18122.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=25.65%
G=29.32%
B=45.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4956860.430.3500.66228.6527.4126.47
Hex3138562B23042e51b1a
Octal6170126534301023453332
Binary110001111000101011010101110001101000010111001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313856; }

 p { color: rgb(49,56,86); }

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

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

 a { background-color: rgb(49,56,86); }

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

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

 span { border-color: rgb(49,56,86); }

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