Html Css Color HEX #313C46 Baltic Sea

📋 copy color: '#313C46'

red 49 ◦ green 60 ◦ blue 70

#313C46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baltic Sea #313C46

Tints of Baltic Sea #313C46

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 value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#313C46 (or 0x313C46) is known color: 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

RGB 49 60 70 -
CMYK 0.30 0.14 0 0.73
HSL 208.57º 0.18% 0.23% -
HSV(B) 208.57º 0.3% 0.27% -
XYZ 3.99 4.33 6.42 -
YUV 57.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 49 60 70 0.30 0.14 0 0.73 208.57 0.18 0.23
Hex 31 3C 46 1E E 0 49 D1 12 17
Octal 61 74 106 36 16 0 111 321 22 27
Binary 110001 111100 1000110 11110 1110 0 1001001 11010001 10010 10111

Color Harmonies of #313C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C46

Black with #313C46

Text Example


Text Example

White with #313C46

Text Example


Text Example

HTML Codes & Css Web 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>