Html Css Color HEX #316651 Spectra

📋 copy color: '#316651'

red 49 ◦ green 102 ◦ blue 81

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

Shades of Spectra #316651

Tints of Spectra #316651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.97%

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

R = 21.12%
G = 43.97%
B = 34.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#316651 (or 0x316651) is known color: Spectra. HEX triplet: 31, 66 and 51. RGB value is (49,102,81). Sum of RGB (Red+Green+Blue) = 49+102+81=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 102 - color contains mainly: green. Hex color #316651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316651 is #CE99AE. Grayscale: #535353. Windows color (decimal): -13539759 or 5334577. OLE color: 5334577.

HSL color Cylindrical-coordinate representation of color #316651: hue angle of 156.23º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316651 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 81 -
CMYK 0.52 0 0.21 0.6
HSL 156.23º 0.35% 0.3% -
HSV(B) 156.23º 0.52% 0.4% -
XYZ 7.5 10.75 9.46 -
YUV 83.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 49 102 81 0.52 0 0.21 0.6 156.23 0.35 0.3
Hex 31 66 51 34 0 15 3C 9C 23 1E
Octal 61 146 121 64 0 25 74 234 43 36
Binary 110001 1100110 1010001 110100 0 10101 111100 10011100 100011 11110

Color Harmonies of #316651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316651

Black with #316651

Text Example


Text Example

White with #316651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316651; }

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

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

background-color css

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

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

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

border-color css

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

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

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