#313C5F

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

Shades of Gulf Blue #313C5F

Tints of Gulf Blue #313C5F

Color information

#313C5F (or 0x313C5F) is unknown color: approx Gulf Blue. HEX triplet: 31, 3C and 5F. RGB value is (49,60,95). Sum of RGB (Red+Green+Blue) = 49+60+95=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #313C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C5F is #CEC3A0. Grayscale: #3C3C3C. Windows color (decimal): -13550497 or 6241329. OLE color: 6241329.

HSL color Cylindrical-coordinate representation of color #313C5F: hue angle of 225.65º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #313C5F is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB496095-
CMYK0.480.3700.63
HSL225.65º31.94%28.24%-
HSV(B)225.65º48.42%37.25%-
XYZ4.954.7111.47-
YUV60.7147.36119.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 95 (37.5% from 255) = 46.57%
R=24.02%
G=29.41%
B=46.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4960950.480.3700.63225.6531.9428.24
Hex313C5F302503Fe2201c
Octal617413760450773424034
Binary110001111100101111111000010010101111111110001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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