#313A5B

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

Shades of Gulf Blue #313A5B

Tints of Gulf Blue #313A5B

Color information

#313A5B (or 0x313A5B) is unknown color: approx Gulf Blue. HEX triplet: 31, 3A and 5B. RGB value is (49,58,91). Sum of RGB (Red+Green+Blue) = 49+58+91=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #313A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A5B is #CEC5A4. Grayscale: #3A3A3A. Windows color (decimal): -13551013 or 5978673. OLE color: 5978673.

HSL color Cylindrical-coordinate representation of color #313A5B: hue angle of 227.14º 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 #313A5B is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB495891-
CMYK0.460.3600.64
HSL227.14º30%27.45%-
HSV(B)227.14º46.15%35.69%-
XYZ4.674.4310.51-
YUV59.07146.02120.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.75%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=24.75%
G=29.29%
B=45.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4958910.460.3600.64227.143027.45
Hex313A5B2E24040e31e1b
Octal6172133564401003433633
Binary110001111010101101110111010010001000000111000111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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