#313954

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

Shades of Gulf Blue #313954

Tints of Gulf Blue #313954

Color information

#313954 (or 0x313954) is unknown color: approx Gulf Blue. HEX triplet: 31, 39 and 54. RGB value is (49,57,84). Sum of RGB (Red+Green+Blue) = 49+57+84=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #313954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313954 is #CEC6AB. Grayscale: #393939. Windows color (decimal): -13551276 or 5519665. OLE color: 5519665.

HSL color Cylindrical-coordinate representation of color #313954: hue angle of 226.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #313954 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB495784-
CMYK0.420.3200.67
HSL226.29º26.32%26.08%-
HSV(B)226.29º41.67%32.94%-
XYZ4.334.228.97-
YUV57.69142.85121.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=25.79%
G=30%
B=44.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4957840.420.3200.67226.2926.3226.08
Hex3139542A20043e21a1a
Octal6171124524001033423232
Binary110001111001101010010101010000001000011111000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313954; }

 p { color: rgb(49,57,84); }

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

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

 a { background-color: rgb(49,57,84); }

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

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

 span { border-color: rgb(49,57,84); }

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