#313C47

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

Shades of Baltic Sea #313C47

Tints of Baltic Sea #313C47

Color information

#313C47 (or 0x313C47) is unknown color: approx Baltic Sea. HEX triplet: 31, 3C and 47. RGB value is (49,60,71). Sum of RGB (Red+Green+Blue) = 49+60+71=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #313C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C47 is #CEC3B8. Grayscale: #393939. Windows color (decimal): -13550521 or 4668465. OLE color: 4668465.

HSL color Cylindrical-coordinate representation of color #313C47: hue angle of 210º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #313C47 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB496071-
CMYK0.310.1500.72
HSL210º18.33%23.53%-
HSV(B)210º30.99%27.84%-
XYZ4.024.346.59-
YUV57.96135.36121.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 60 (23.83% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=27.22%
G=33.33%
B=39.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4960710.310.1500.7221018.3323.53
Hex313C471FF048d21218
Octal6174107371701103222230
Binary110001111100100011111111111101001000110100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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