Html Css Color HEX #313A43 Baltic Sea

📋 copy color: '#313A43'

red 49 ◦ green 58 ◦ blue 67

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

Shades of Baltic Sea #313A43

Tints of Baltic Sea #313A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.51%

R = 28.16%
G = 33.33%
B = 38.51%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#313A43 (or 0x313A43) is known color: Baltic Sea. HEX triplet: 31, 3A and 43. RGB value is (49,58,67). Sum of RGB (Red+Green+Blue) = 49+58+67=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 67 - color contains mainly: blue. Hex color #313A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A43 is #CEC5BC. Grayscale: #383838. Windows color (decimal): -13551037 or 4405809. OLE color: 4405809.

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

Color convert

RGB 49 58 67 -
CMYK 0.27 0.13 0 0.74
HSL 210º 0.16% 0.23% -
HSV(B) 210º 0.27% 0.26% -
XYZ 3.79 4.08 5.9 -
YUV 56.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 49 58 67 0.27 0.13 0 0.74 210 0.16 0.23
Hex 31 3A 43 1B D 0 4A D2 10 17
Octal 61 72 103 33 15 0 112 322 20 27
Binary 110001 111010 1000011 11011 1101 0 1001010 11010010 10000 10111

Color Harmonies of #313A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A43

Black with #313A43

Text Example


Text Example

White with #313A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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