Html Css Color HEX #315648 Spectra

📋 copy color: '#315648'

red 49 ◦ green 86 ◦ blue 72

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

Shades of Spectra #315648

Tints of Spectra #315648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.55%

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 23.67%
G = 41.55%
B = 34.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#315648 (or 0x315648) is known color: Spectra. HEX triplet: 31, 56 and 48. RGB value is (49,86,72). Sum of RGB (Red+Green+Blue) = 49+86+72=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #315648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315648 is #CEA9B7. Grayscale: #494949. Windows color (decimal): -13543864 or 4740657. OLE color: 4740657.

HSL color Cylindrical-coordinate representation of color #315648: hue angle of 157.3º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315648 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 72 -
CMYK 0.43 0 0.16 0.66
HSL 157.3º 0.27% 0.26% -
HSV(B) 157.3º 0.43% 0.34% -
XYZ 5.76 7.78 7.33 -
YUV 73.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 49 86 72 0.43 0 0.16 0.66 157.3 0.27 0.26
Hex 31 56 48 2B 0 10 42 9D 1B 1A
Octal 61 126 110 53 0 20 102 235 33 32
Binary 110001 1010110 1001000 101011 0 10000 1000010 10011101 11011 11010

Color Harmonies of #315648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315648

Black with #315648

Text Example


Text Example

White with #315648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315648; }

 p { color: rgb(49,86,72); }

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

background-color css

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

 a { background-color: rgb(49,86,72); }

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

border-color css

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

 span { border-color: rgb(49,86,72); }

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