#313A42

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

Shades of Baltic Sea #313A42

Tints of Baltic Sea #313A42

Color information

#313A42 (or 0x313A42) is unknown color: approx Baltic Sea. HEX triplet: 31, 3A and 42. RGB value is (49,58,66). Sum of RGB (Red+Green+Blue) = 49+58+66=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 66 - color contains mainly: blue. Hex color #313A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A42 is #CEC5BD. Grayscale: #383838. Windows color (decimal): -13551038 or 4340273. OLE color: 4340273.

HSL color Cylindrical-coordinate representation of color #313A42: hue angle of 208.24º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313A42 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB495866-
CMYK0.260.1200.74
HSL208.24º14.78%22.55%-
HSV(B)208.24º25.76%25.88%-
XYZ3.764.075.74-
YUV56.22133.52122.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=28.32%
G=33.53%
B=38.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4958660.260.1200.74208.2414.7822.55
Hex313A421AC04Ad0f17
Octal6172102321401123201727
Binary11000111101010000101101011000100101011010000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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