#313C5B

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

Shades of Gulf Blue #313C5B

Tints of Gulf Blue #313C5B

Color information

#313C5B (or 0x313C5B) is unknown color: approx Gulf Blue. HEX triplet: 31, 3C and 5B. RGB value is (49,60,91). Sum of RGB (Red+Green+Blue) = 49+60+91=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #313C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C5B is #CEC3A4. Grayscale: #3C3C3C. Windows color (decimal): -13550501 or 5979185. OLE color: 5979185.

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

Color convert

RGB496091-
CMYK0.460.3400.64
HSL224.29º30%27.45%-
HSV(B)224.29º46.15%35.69%-
XYZ4.774.6410.54-
YUV60.24145.36119.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 60 (23.83% from 255) = 30%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=24.5%
G=30%
B=45.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4960910.460.3400.64224.293027.45
Hex313C5B2E22040e01e1b
Octal6174133564201003403633
Binary110001111100101101110111010001001000000111000001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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