Html Css Color HEX #315C51 Spectra

📋 copy color: '#315C51'

red 49 ◦ green 92 ◦ blue 81

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

Shades of Spectra #315C51

Tints of Spectra #315C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.44%

 BLUE value IS 81 (32.03% from 255) = 36.49%

R = 22.07%
G = 41.44%
B = 36.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#315C51 (or 0x315C51) is known color: Spectra. HEX triplet: 31, 5C and 51. RGB value is (49,92,81). Sum of RGB (Red+Green+Blue) = 49+92+81=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 92 - color contains mainly: green. Hex color #315C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C51 is #CEA3AE. Grayscale: #4D4D4D. Windows color (decimal): -13542319 or 5332017. OLE color: 5332017.

HSL color Cylindrical-coordinate representation of color #315C51: hue angle of 164.65º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315C51 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 92 81 -
CMYK 0.47 0 0.12 0.64
HSL 164.65º 0.3% 0.28% -
HSV(B) 164.65º 0.47% 0.36% -
XYZ 6.58 8.9 9.16 -
YUV 77.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 49 92 81 0.47 0 0.12 0.64 164.65 0.3 0.28
Hex 31 5C 51 2F 0 C 40 A5 1E 1C
Octal 61 134 121 57 0 14 100 245 36 34
Binary 110001 1011100 1010001 101111 0 1100 1000000 10100101 11110 11100

Color Harmonies of #315C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C51

Black with #315C51

Text Example


Text Example

White with #315C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315C51; }

 p { color: rgb(49,92,81); }

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

background-color css

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

 a { background-color: rgb(49,92,81); }

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

border-color css

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

 span { border-color: rgb(49,92,81); }

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