#31405B

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

Shades of Gulf Blue #31405B

Tints of Gulf Blue #31405B

Color information

#31405B (or 0x31405B) is unknown color: approx Gulf Blue. HEX triplet: 31, 40 and 5B. RGB value is (49,64,91). Sum of RGB (Red+Green+Blue) = 49+64+91=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #31405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31405B is #CEBFA4. Grayscale: #3E3E3E. Windows color (decimal): -13549477 or 5980209. OLE color: 5980209.

HSL color Cylindrical-coordinate representation of color #31405B: hue angle of 218.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 #31405B is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB496491-
CMYK0.460.3000.64
HSL218.57º30%27.45%-
HSV(B)218.57º46.15%35.69%-
XYZ4.995.0810.61-
YUV62.59144.03118.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=24.02%
G=31.37%
B=44.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4964910.460.3000.64218.573027.45
Hex31405B2E1E040db1e1b
Octal61100133563601003333633
Binary110001100000010110111011101111001000000110110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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