Html Css Color HEX #313C47 Baltic Sea

📋 copy color: '#313C47'

red 49 ◦ green 60 ◦ blue 71

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

Shades of Baltic Sea #313C47

Tints of Baltic Sea #313C47

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.13% from 255) = 39.44%

R = 27.22%
G = 33.33%
B = 39.44%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 49 60 71 -
CMYK 0.31 0.15 0 0.72
HSL 210º 0.18% 0.24% -
HSV(B) 210º 0.31% 0.28% -
XYZ 4.02 4.34 6.59 -
YUV 57.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 49 60 71 0.31 0.15 0 0.72 210 0.18 0.24
Hex 31 3C 47 1F F 0 48 D2 12 18
Octal 61 74 107 37 17 0 110 322 22 30
Binary 110001 111100 1000111 11111 1111 0 1001000 11010010 10010 11000

Color Harmonies of #313C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C47

Black with #313C47

Text Example


Text Example

White with #313C47

Text Example


Text Example

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