Html Css Color HEX #313A44 Baltic Sea

📋 copy color: '#313A44'

red 49 ◦ green 58 ◦ blue 68

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

Shades of Baltic Sea #313A44

Tints of Baltic Sea #313A44

RGB

 RED value IS 49 (19.53% from 255) = 28%

 GREEN value IS 58 (23.05% from 255) = 33.14%

 BLUE value IS 68 (26.95% from 255) = 38.86%

R = 28%
G = 33.14%
B = 38.86%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#313A44 (or 0x313A44) is known color: Baltic Sea. HEX triplet: 31, 3A and 44. RGB value is (49,58,68). Sum of RGB (Red+Green+Blue) = 49+58+68=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 68 - color contains mainly: blue. Hex color #313A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A44 is #CEC5BB. Grayscale: #383838. Windows color (decimal): -13551036 or 4471345. OLE color: 4471345.

HSL color Cylindrical-coordinate representation of color #313A44: hue angle of 211.58º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #313A44 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 58 68 -
CMYK 0.28 0.15 0 0.73
HSL 211.58º 0.16% 0.23% -
HSV(B) 211.58º 0.28% 0.27% -
XYZ 3.82 4.1 6.06 -
YUV 56.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 49 58 68 0.28 0.15 0 0.73 211.58 0.16 0.23
Hex 31 3A 44 1C F 0 49 D4 10 17
Octal 61 72 104 34 17 0 111 324 20 27
Binary 110001 111010 1000100 11100 1111 0 1001001 11010100 10000 10111

Color Harmonies of #313A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A44

Black with #313A44

Text Example


Text Example

White with #313A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #313A44;
 }
 .AnyTagClassName
 {
   color: #313A44;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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