#31395B

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

Shades of Gulf Blue #31395B

Tints of Gulf Blue #31395B

Color information

#31395B (or 0x31395B) is unknown color: approx Gulf Blue. HEX triplet: 31, 39 and 5B. RGB value is (49,57,91). Sum of RGB (Red+Green+Blue) = 49+57+91=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #31395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31395B is #CEC6A4. Grayscale: #3A3A3A. Windows color (decimal): -13551269 or 5978417. OLE color: 5978417.

HSL color Cylindrical-coordinate representation of color #31395B: hue angle of 228.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31395B is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB495791-
CMYK0.460.3700.64
HSL228.57º30%27.45%-
HSV(B)228.57º46.15%35.69%-
XYZ4.624.3310.49-
YUV58.48146.35121.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=24.87%
G=28.93%
B=46.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4957910.460.3700.64228.573027.45
Hex31395B2E25040e51e1b
Octal6171133564501003453633
Binary110001111001101101110111010010101000000111001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31395B; }

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

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

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

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

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

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

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

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