#313C46

Color #313C46 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #313C46

Tints of Baltic Sea #313C46

Color information

#313C46 (or 0x313C46) is unknown color: approx Baltic Sea. HEX triplet: 31, 3C and 46. RGB value is (49,60,70). Sum of RGB (Red+Green+Blue) = 49+60+70=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 70 - color contains mainly: blue. Hex color #313C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C46 is #CEC3B9. Grayscale: #393939. Windows color (decimal): -13550522 or 4602929. OLE color: 4602929.

HSL color Cylindrical-coordinate representation of color #313C46: hue angle of 208.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313C46 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB496070-
CMYK0.300.1400.73
HSL208.57º17.65%23.33%-
HSV(B)208.57º30%27.45%-
XYZ3.994.336.42-
YUV57.85134.86121.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=27.37%
G=33.52%
B=39.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4960700.300.1400.73208.5717.6523.33
Hex313C461EE049d11217
Octal6174106361601113212227
Binary110001111100100011011110111001001001110100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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